From ed27cf4a2c56d9acb5e552a45f675e03bbc72286 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Tue, 27 Aug 2019 19:32:26 -0400 Subject: [PATCH] docs: add termux install instructions (#248) --- README.md | 6 ++++++ docs/README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 9c4496fe..13cca5a8 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 ebdffe04..7896264f 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