summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukeAI <43993778+LukeAI@users.noreply.github.com>2019-10-14 16:14:57 +0100
committerMatan Kushner <hello@matchai.me>2019-10-15 00:14:57 +0900
commitafd25c85d9999d5d0d2e90f6068c58f4b52a5710 (patch)
treede5b827ceb0078027921050e386ff161e44af5ba
parent10efe3e320097c81b96be39dc18aaf68c0d2cb41 (diff)
docs: Add x86-64 linux binary installation instructions (#531)
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index a40896492..e7cd60b56 100644
--- a/README.md
+++ b/README.md
@@ -158,6 +158,16 @@ The prompt shows information you need while you're working, while staying sleek
```sh
$ pkg install starship
```
+
+ #### Other x86-64 Linux Platforms
+
+ Download a prebuilt binary and place in /usr/local/bin/
+
+ ```sh
+ $ wget -q --show-progress https://github.com/starship/starship/releases/latest/download/starship-x86_64-unknown-linux-gnu.tar.gz
+ $ tar xvf starship-x86_64-unknown-linux-gnu.tar.gz
+ $ sudo mv starship /usr/local/bin/
+ ```
1. Add the init script to your shell's config file: