From a37daa23a0afd7daab17faee0e35f1fd62f7732a Mon Sep 17 00:00:00 2001 From: DaXcess <46288749+DaXcess@users.noreply.github.com> Date: Mon, 7 Nov 2022 19:05:50 +0100 Subject: [PATCH] Update COMPILING.md --- COMPILING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```