aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-08-06 17:52:15 +0000
committerGitHub <noreply@github.com>2021-08-06 17:52:15 +0000
commit62a051edc6f8a04ceefa4d51b30bfb3a480fe019 (patch)
treec4d3e7e903a984fe13914e08699f42a9b5cac8d9
parentMerge pull request #561 from svenstaro/dependabot/cargo/serde-1.0.127 (diff)
parentAdd instructions for installation on Termux (diff)
downloadminiserve-62a051edc6f8a04ceefa4d51b30bfb3a480fe019.tar.gz
miniserve-62a051edc6f8a04ceefa4d51b30bfb3a480fe019.zip
Merge pull request #563 from pvonmoradi/master
Fix README.md instruction for bash completions and add Termux install instruction
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82a2de9..daf2274 100644
--- a/README.md
+++ b/README.md
@@ -169,6 +169,10 @@ Alternatively, if you are on **Arch Linux**, you can do
pacman -S miniserve
+On [Termux](https://termux.com/)
+
+ pkg install miniserve
+
**On OSX**: Download `miniserve-osx` from [the releases page](https://github.com/svenstaro/miniserve/releases) and run
chmod +x miniserve-osx
@@ -199,7 +203,7 @@ If you'd like to make use of the built-in shell completion support, you need to
few examples with common paths are provided below:
# For bash
- miniserve --print-completions bash > ~/.local/share/bash-completion/miniserve
+ miniserve --print-completions bash > ~/.local/share/bash-completion/completions/miniserve
# For zsh
miniserve --print-completions zsh > /usr/local/share/zsh/site-functions/_miniserve
# For fish