diff --git a/src/bin/nodecg.ts b/src/bin/nodecg.ts index 06675ba..d71ea60 100755 --- a/src/bin/nodecg.ts +++ b/src/bin/nodecg.ts @@ -7,6 +7,10 @@ import updateNotifier from "update-notifier"; import packageJson from "../../package.json" with { type: "json" }; +console.warn( + "`nodecg-cli` package is deprecated. Please uninstall `nodecg-cli` and install `nodecg` instead.", +); + updateNotifier({ pkg: packageJson }).notify(); try {