diff options
Diffstat (limited to 'cli/template/README.md')
| -rw-r--r-- | cli/template/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cli/template/README.md b/cli/template/README.md new file mode 100644 index 0000000..3dcf61b --- /dev/null +++ b/cli/template/README.md @@ -0,0 +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) |