๐ŸŽง The official command-line interface for Rocksky โ€” a modern, decentralized music tracking and discovery platform built on the AT Protocol.

update README.md

+12
+12
README.md
··· 9 9 - ๐Ÿ“ค Manually scrobble tracks 10 10 - ๐Ÿ› ๏ธ Useful developer tools for integrating Rocksky into your workflows 11 11 12 + ## 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 + 12 24 ## Run in development 13 25 To run the CLI in development mode, install the dependencies: 14 26