From 7eac3109f83df33ec5b12288871e84f1a84f234c Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 18 Jan 2021 02:02:24 +0100 Subject: Update README --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7e02f63..2e1e14f 100644 --- a/README.md +++ b/README.md @@ -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 , Boastful Squirrel 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 - 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 - Default color scheme [default: archlinux] [possible values: squirrel, archlinux, zenburn, monokai] - + Default color scheme [default: archlinux] [possible values: squirrel, archlinux, + zenburn, monokai] --index 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 -- cgit v1.2.3