Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Nov 27, 2016
1 parent 20747bf commit 04443ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# changelog-rs

Trivial Rust-based CHANGELOG.md generation tool

## How to run the program

```shell
curl https://sh.rustup.rs -sSf | sh # This downloads the rust compiler, latest stable version. You can
# omit this step if you already have a suitable verison installed.
cargo run
```

0 comments on commit 04443ff

Please sign in to comment.