diff options
author | Pooya Moradi <pvonmoradi@gmail.com> | 2021-08-06 16:55:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 16:55:31 +0000 |
commit | c78745311282aeb6c30b57536f57373f01675ea6 (patch) | |
tree | c4d3e7e903a984fe13914e08699f42a9b5cac8d9 /README.md | |
parent | Fix README.md instruction for bash completions (diff) | |
download | miniserve-c78745311282aeb6c30b57536f57373f01675ea6.tar.gz miniserve-c78745311282aeb6c30b57536f57373f01675ea6.zip |
Add instructions for installation on Termux
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 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 |