From 7331e4bec6e0ad18ae29bed9b862d9b345ead67c Mon Sep 17 00:00:00 2001 From: Matthew Fry Date: Sun, 21 Feb 2021 02:36:03 -0700 Subject: [PATCH] docs: Update README.md with instructions for termux (#2257) * Update README.md * make Semantic PR bot happy Co-authored-by: Matthew Fry --- docs/installing/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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)