From a0e1baa9b0f6cfc8da6f735b343ec32feb1d370b Mon Sep 17 00:00:00 2001 From: Youri Westerman Date: Tue, 23 Jun 2020 20:19:44 +0200 Subject: [PATCH] Corrected line in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f477a1c..db4f155 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Mac: `$HOME/Library/Preferences/LibraryLoader.toml` 1. Make sure you have the rust toolchain installed. 2. Download the source. `git clone https://github.com/olback/library-loader.git`. 3. `cd` into `library-loader/ll-[cli/gui]`. -4. `cargo build --release --bin library-loader-[cli/bin]` +4. `cargo build --release --bin library-loader-[cli/gui]` #### Extra steps for Library Loader GUI 5. `sudo ./install.sh`