summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-05-23 14:35:19 +0200
committerGitHub <noreply@github.com>2020-05-23 14:35:19 +0200
commitb05d9bff81db645cbeb523f40072d9223f08b154 (patch)
tree75a4fcee059778c2155b28146b526de2a48f01e5
parentc43a90cdd569b76407e8203bba1ddb4532a49008 (diff)
docs(fix): remove accidental duplication
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1b0c797..31c6982 100644
--- a/README.md
+++ b/README.md
@@ -64,9 +64,6 @@ This installs `bandwhich` to `~/.cargo/bin/bandwhich` but you need root privilig
- Tell sudo to use your user's environment variables: `sudo -E bandwhich`
- Pass the desired target directory to cargo: `sudo cargo install bandwhich --root /usr/local/bin/`
-#### Download a prebuilt binary
-If you're on linux, you could also get the generic binary from the releases.
-
#### OpenWRT
To install `bandwhich` on OpenWRT, you'll need to compile a binary that would fit its processor architecture. This might mean you would have to cross compile if, for example, you're working on an `x86_64` and the OpenWRT is installed on an `arm7`.