docs: Add x86-64 linux binary installation instructions (#531)
This commit is contained in:
parent
10efe3e320
commit
afd25c85d9
10
README.md
10
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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue