mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-18 09:24:19 +00:00
Update README.md
This commit is contained in:
parent
829e0d2a76
commit
2a65f28486
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue