Skip to content

Commit

Permalink
Update miniserve cargo install command (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
drpoggi authored and jstarry committed Aug 16, 2020
1 parent 50de274 commit 30be8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/build-a-sample-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ wasm-pack build --target web --out-name wasm --out-dir ./static
Then, use your favorite web server to server the files under `./static`. For example:

```bash
cargo +nightly install miniserver
cargo +nightly install miniserve
miniserve ./static --index index.html
```

0 comments on commit 30be8b5

Please sign in to comment.