From 547ced7f7934eac683dab0ed8df34726edd1a390 Mon Sep 17 00:00:00 2001 From: Keiichiro Amemiya Date: Fri, 3 Jan 2025 22:04:44 +0100 Subject: [PATCH] docs: deprecation notice --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b490c37..6138c3a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ -# nodecg-cli +# nodecg-cli [![CI](https://github.com/nodecg/nodecg-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/nodecg/nodecg-cli/actions/workflows/ci.yml) [NodeCG](https://github.com/nodecg/nodecg)'s command line interface. -[![CI](https://github.com/nodecg/nodecg-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/nodecg/nodecg-cli/actions/workflows/ci.yml) +## Deprecation Notice + +`nodecg-cli` has been migrated to [`nodecg`](github.com/nodecg/nodecg). This repository is now deprecated and will no longer be maintained. Please uninstall `nodecg-cli` and install `nodecg` instead. + +```sh +npm un -g nodecg-cli +npm i -g nodecg +``` + +The `nodecg` includes the CLI from v2.4.0, which is equivalent to `nodecg-cli@9.0.1`. ## Compatibility