Update COMPILING.md

main
DaXcess 2022-11-07 19:05:50 +01:00 committed by GitHub
parent 90233d729d
commit a37daa23a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ git clone https://github.com/SpoticordMusic/spoticord.git
After cloning the repo run the following command in the root of the repository:
```sh
cargo build --release
cargo build
```
Or if you want to build a release version:
@ -69,4 +69,4 @@ If you are actively developing Spoticord, you can use the following command to b
```sh
cargo run
```
```