diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-06 17:52:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 17:52:15 +0000 |
commit | 62a051edc6f8a04ceefa4d51b30bfb3a480fe019 (patch) | |
tree | c4d3e7e903a984fe13914e08699f42a9b5cac8d9 | |
parent | Merge pull request #561 from svenstaro/dependabot/cargo/serde-1.0.127 (diff) | |
parent | Add instructions for installation on Termux (diff) | |
download | miniserve-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.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |