mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
docs: Add install for chocolatey (#2372)
This commit is contained in:
parent
fb6cefa4b5
commit
6fa3068d0a
@ -12,13 +12,29 @@ There are so many platforms out there that they didn't fit into the main
|
|||||||
README.md file, so here are some installation instructions for other platforms
|
README.md file, so here are some installation instructions for other platforms
|
||||||
from the community. Is yours not here? Please do add it here if you figure it
|
from the community. Is yours not here? Please do add it here if you figure it
|
||||||
out!
|
out!
|
||||||
## [termux](https://termux.com)
|
|
||||||
|
## [Chocolatey](https://chocolatey.org)
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
|
Head over to the [Chocolatey installation page](https://chocolatey.org/install) and follow the instructions to install Chocolatey.
|
||||||
|
|
||||||
|
### Installation
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
choco install starship
|
||||||
|
```
|
||||||
|
|
||||||
|
## [termux](https://termux.com)
|
||||||
|
|
||||||
|
### Prerequisites
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pkg install getconf
|
pkg install getconf
|
||||||
```
|
```
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fsSL https://starship.rs/install.sh | bash -s -- -b /data/data/com.termux/files/usr/bin
|
curl -fsSL https://starship.rs/install.sh | bash -s -- -b /data/data/com.termux/files/usr/bin
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user