Skip to content

Commit

Permalink
Build Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-art committed Nov 8, 2020
1 parent b5a5b8c commit ea8c6c4
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# lorem
Lorem Ipsum generator for prototype desing
Lorem Ipsum generator for prototype design

## Compiling and run

```sh
cargo build
target/debug/lorem
# or
cargo run
```

## Build a .deb

```sh
cargo deb
```

0 comments on commit ea8c6c4

Please sign in to comment.