diff options
-rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -63,7 +63,7 @@ Sometimes this is just a more practical and quick way than doing things properly ## Usage - miniserve 0.10.4 + miniserve 0.10.5-alpha.0 Sven-Hendrik Haase <svenstaro@gmail.com>, Boastful Squirrel <boastful.squirrel@gmail.com> For when you really just want to serve some files over HTTP right now! @@ -71,6 +71,9 @@ Sometimes this is just a more practical and quick way than doing things properly miniserve [FLAGS] [OPTIONS] [--] [PATH] FLAGS: + -D, --dirs-first + List directories first + -r, --enable-tar Enable tar archive generation @@ -110,11 +113,11 @@ Sometimes this is just a more practical and quick way than doing things properly username:sha512:hash (e.g. joe:123, joe:sha256:a665a45920422f9d417e4867efdc4fb8a04a1f3fff1fa07e998e86f7f7a27ae3) -c, --color-scheme <color-scheme> - Default color scheme [default: squirrel] [possible values: squirrel, archlinux, zenburn, monokai] - + Default color scheme [default: squirrel] [possible values: squirrel, archlinux, + zenburn, monokai] -d, --color-scheme-dark <color-scheme-dark> - Default color scheme [default: archlinux] [possible values: squirrel, archlinux, zenburn, monokai] - + Default color scheme [default: archlinux] [possible values: squirrel, archlinux, + zenburn, monokai] --index <index_file> The name of a directory index file to serve, like "index.html" @@ -142,7 +145,7 @@ Sometimes this is just a more practical and quick way than doing things properly chmod +x miniserve-linux ./miniserve-linux - + Alternatively, if you are on **Arch Linux**, you can do pacman -S miniserve |