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

update README

+2
+2
README.md
··· 29 29 3. Set up the environment variables: 30 30 ```bash 31 31 cp apps/api/.env.example apps/api/.env 32 + cp .env.example .env 33 + # Edit the .env files to add your configurations 32 34 ``` 33 35 4. Start the Docker containers: 34 36 ```bash