summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2019-08-27 19:32:26 -0400
committerMatan Kushner <hello@matchai.me>2019-08-27 19:32:26 -0400
commited27cf4a2c56d9acb5e552a45f675e03bbc72286 (patch)
tree3972055962aa71ca93f9b5c1940571b890d6fc91
parentcacaf66efefe2d65d1706f67669757fd51c98ef2 (diff)
docs: add termux install instructions (#248)
-rw-r--r--README.md6
-rw-r--r--docs/README.md6
2 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9c4496fe1..13cca5a85 100644
--- a/README.md
+++ b/README.md
@@ -119,6 +119,12 @@ The prompt shows information you need while you're working, while staying sleek
$ nix-env --install starship
```
+ #### Termux
+
+ ```sh
+ $ pkg install starship
+ ```
+
1. Add the init script to your shell's config file:
#### Bash
diff --git a/docs/README.md b/docs/README.md
index ebdffe04a..7896264fa 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -60,6 +60,12 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
$ nix-env --install starship
```
+ #### Termux
+
+ ```sh
+ $ pkg install starship
+ ```
+
1. Add the init script to your shell's config file:
#### Bash