diff --git a/README.md b/README.md index 7b62995..d708250 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # lorem -Lorem Ipsum generator for prototype desing \ No newline at end of file +Lorem Ipsum generator for prototype design + +## Compiling and run + +```sh +cargo build +target/debug/lorem +# or +cargo run +``` + +## Build a .deb + +```sh +cargo deb +```