diff options
Diffstat (limited to 'web/template/README.md')
| -rw-r--r-- | web/template/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/template/README.md b/web/template/README.md index 18f5a8d..3dcf61b 100644 --- a/web/template/README.md +++ b/web/template/README.md @@ -1,5 +1,11 @@ # {{project-name}} +## Run + +``` +RUST_LOG=debug cargo run +``` + ## License This project is licensed under the ISC license ([LICENSE](LICENSE) or http://opensource.org/licenses/ISC) |