···99- ๐ค Manually scrobble tracks
1010- ๐ ๏ธ Useful developer tools for integrating Rocksky into your workflows
11111212+## Installation
1313+1414+```sh
1515+npm install -g @rocksky/cli
1616+```
1717+1818+You can also use the CLI without installing it globally by running `npx`:
1919+2020+```sh
2121+npx @rocksky/cli --help
2222+```
2323+1224## Run in development
1325To run the CLI in development mode, install the dependencies:
1426