···9- ๐ค Manually scrobble tracks
10- ๐ ๏ธ Useful developer tools for integrating Rocksky into your workflows
1100000000000012## Run in development
13To run the CLI in development mode, install the dependencies:
14
···9- ๐ค Manually scrobble tracks
10- ๐ ๏ธ Useful developer tools for integrating Rocksky into your workflows
1112+## Installation
13+14+```sh
15+npm install -g @rocksky/cli
16+```
17+18+You can also use the CLI without installing it globally by running `npx`:
19+20+```sh
21+npx @rocksky/cli --help
22+```
23+24## Run in development
25To run the CLI in development mode, install the dependencies:
26