diff --git a/docs/installing/README.md b/docs/installing/README.md index 45b21fad..e614b163 100644 --- a/docs/installing/README.md +++ b/docs/installing/README.md @@ -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)