diff --git a/COMPILING.md b/COMPILING.md index 1c41a70..af32217 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -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 -``` \ No newline at end of file +```