A decentralized music tracking and discovery platform built on AT Protocol 🎵

docs: adjust formatting in README for code blocks and commands

+7 -7
+7 -7
README.md
··· 62 62 63 63 64 64 1. Clone the repository: 65 - ```bash 65 + ```bash 66 66 git clone https://github.com/tsirysndr/rocksky 67 67 cd rocksky 68 - ``` 68 + ``` 69 69 2. Install dependencies: 70 70 ```bash 71 71 npm install -g turbo ··· 73 73 bun run build:raichu 74 74 ``` 75 75 3. Set up the environment variables: 76 - ```bash 77 - cp apps/api/.env.example apps/api/.env 78 - cp .env.example .env 79 - # Edit the .env files to add your configurations 80 - ``` 76 + ```bash 77 + cp apps/api/.env.example apps/api/.env 78 + cp .env.example .env 79 + # Edit the .env files to add your configurations 80 + ``` 81 81 4. Start the Docker containers: 82 82 ```bash 83 83 docker compose up