From afd25c85d9999d5d0d2e90f6068c58f4b52a5710 Mon Sep 17 00:00:00 2001 From: LukeAI <43993778+LukeAI@users.noreply.github.com> Date: Mon, 14 Oct 2019 16:14:57 +0100 Subject: [PATCH] docs: Add x86-64 linux binary installation instructions (#531) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a4089649..e7cd60b5 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: