From efb125b9c214b3035a7009ba7487e0dbae53352b Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Sun, 1 Jan 2023 14:01:28 +0800 Subject: [PATCH] Update README --- Cargo.toml | 1 - README.md | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) 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! -