Skip to content

Commit

Permalink
docs: Update README.md with instructions for termux (starship#2257)
Browse files Browse the repository at this point in the history
* Update README.md

* make Semantic PR bot happy

Co-authored-by: Matthew Fry <[email protected]>
  • Loading branch information
gunslingerfry and gunslingerfry authored Feb 21, 2021
1 parent eaf9868 commit 7331e4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/installing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7331e4b

Please sign in to comment.