From 8a6f3960b1d2d3f16a75e5cbaa29e33b7eb262e7 Mon Sep 17 00:00:00 2001 From: Pooya Moradi Date: Thu, 5 Aug 2021 19:30:51 +0430 Subject: Fix README.md instruction for bash completions According to https://github.com/scop/bash-completion#faq , the completion file should reside in the `completions` subdir. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82a2de9..eb55330 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,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 -- cgit v1.2.3 From c78745311282aeb6c30b57536f57373f01675ea6 Mon Sep 17 00:00:00 2001 From: Pooya Moradi Date: Fri, 6 Aug 2021 21:25:31 +0430 Subject: Add instructions for installation on Termux --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eb55330..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 -- cgit v1.2.3