summaryrefslogtreecommitdiffstats
path: root/docs/zh-CN/installing/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zh-CN/installing/README.md')
-rw-r--r--docs/zh-CN/installing/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/zh-CN/installing/README.md b/docs/zh-CN/installing/README.md
index 6f0ea0d6b..0426225b1 100644
--- a/docs/zh-CN/installing/README.md
+++ b/docs/zh-CN/installing/README.md
@@ -8,6 +8,16 @@ To install starship, you need to do two things:
For most users, the instructions on [the main page](/guide/#🚀-installation) will work great. However, for some more specialized platforms, different instructions are needed.
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)
+### 前置要求
+```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)