1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-01 16:10:51 +00:00

docs: Add x86-64 linux binary installation instructions (#531)

This commit is contained in:
LukeAI 2019-10-14 16:14:57 +01:00 committed by Matan Kushner
parent 10efe3e320
commit afd25c85d9

View File

@ -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: