Skip to content

Commit

Permalink
docs: deprecation notice (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin authored Jan 5, 2025
1 parent d042394 commit 5cb43d0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 `[email protected]`.

## Compatibility

Expand Down

0 comments on commit 5cb43d0

Please sign in to comment.