diff --git a/Cargo.toml b/Cargo.toml
index 11c943a..6b28f4e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,4 +10,3 @@ console = "0.15.1"
rand = "0.8.5"
textplots = "0.8.0"
whoami = "1.2.1"
-
diff --git a/README.md b/README.md
index c705aac..dc71145 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,8 @@ Pre-compiled binaries are available [here](https://github.com/ErrorNoInternet/ok
```sh
git clone https://github.com/ErrorNoInternet/ok
cd ok
-cargo build --release
-sudo cp target/release/ok /usr/local/bin
+cargo install --path .
```
Leaderboards have been temporarily removed due to API abuse (might be added back later with extra security)\
If you would like to modify or use this repository (including its code) in your own project, please be sure to credit!
-