diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-02-25 12:53:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 12:53:22 +0000 |
commit | 38fc1713e7d0956b3a6fc210f179424c60c5f11f (patch) | |
tree | 2f36b1c291432109828bb3dc65ed9ee897fe843d /README.md | |
parent | Merge pull request #40 from boastful-squirrel/mobile (diff) | |
parent | Fixed indentation in travis.yml (diff) | |
download | miniserve-38fc1713e7d0956b3a6fc210f179424c60c5f11f.tar.gz miniserve-38fc1713e7d0956b3a6fc210f179424c60c5f11f.zip |
Merge pull request #42 from boastful-squirrel/maud
Renders file listing using maud
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ Sometimes this is just a more practical and quick way than doing things properly miniserve-win.exe -**With Cargo**: If you have a somewhat recent version of Rust and Cargo installed, you can run +**With Cargo**: You will need the _nightly_ version of Rust to compile the project. Then you can run cargo install miniserve miniserve |