mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-10 23:30:57 +00:00
docs: Update README.md with instructions for termux (#2257)
* Update README.md * make Semantic PR bot happy Co-authored-by: Matthew Fry <matthew@thefrys.net>
This commit is contained in:
parent
eaf9868c11
commit
7331e4bec6
@ -12,6 +12,16 @@ 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
|
||||
from the community. Is yours not here? Please do add it here if you figure it
|
||||
out!
|
||||
## [termux](https://termux.com)
|
||||
### Prerequisites
|
||||
```sh
|
||||
pkg install getconf
|
||||
```
|
||||
|
||||
### Installation
|
||||
```sh
|
||||
curl -fsSL https://starship.rs/install.sh | bash -s -- -b /data/data/com.termux/files/usr/bin
|
||||
```
|
||||
|
||||
## [Nix](https://nixos.wiki/wiki/Nix)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user