summaryrefslogtreecommitdiffstats
path: root/docs/ru-RU/installing/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ru-RU/installing/README.md')
-rw-r--r--docs/ru-RU/installing/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ru-RU/installing/README.md b/docs/ru-RU/installing/README.md
index 6f0ea0d6b..d863a445e 100644
--- a/docs/ru-RU/installing/README.md
+++ b/docs/ru-RU/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)