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: