Update README.md

This commit is contained in:
Chigozirim Igweamaka 2024-07-13 19:19:24 +01:00 committed by GitHub
parent 829e0d2a76
commit 2a65f28486

View file

@ -24,16 +24,16 @@ Additionally, it currently only supports song files in WAV format.
### Steps
Clone the repository:
```
git clone https://github.com/cgzirim/song-recognition.git
git clone https://github.com/cgzirim/not-shazam.git
```
Install dependencies for the backend
```
cd song-recognition
cd not-shazam
go get ./...
```
Install dependencies for the client
```
cd song-recognition/client
cd not-shazam/client
npm install
```