diff --git a/src/cli.ts b/src/cli.ts index 15fb4da..01d228f 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -200,7 +200,7 @@ void (async () => { if (!isNpx()) { const { installed, latest, isLatest } = await getVerInfo() if (!isLatest) { - console.log(chalk.yellowBright(`\nYour installed version (${installed}) of the musescore-downloader CLI is not the latest one (${latest})!\nRun npm i -g musescore-downloader to update.`)) + console.log(chalk.yellowBright(`\nYour installed version (${installed}) of the musescore-downloader CLI is not the latest one (${latest})!\nRun npm i -g musescore-downloader@${latest} to update.`)) } } })()