Update README.md

This commit is contained in:
Petr Korolev 2015-01-21 19:14:31 +01:00
parent e1a264e2c9
commit 17f7127de1

View File

@ -16,13 +16,13 @@ You're almost done!
## Usage ## Usage
**It's really simple**: **It's really simple**:
- If your **git remote** `origin` refer to your GitHub repo, then just go to your project folder just run: - If your **git remote** `origin` refer to your GitHub repo, then just go to your project folder and run:
github_changelog_generator github_changelog_generator
- or from anywhere: - or from anywhere:
github_changelog_generator -u github-username -p github-project github_changelog_generator -u github_username -p github_project
As output you will get `CHANGELOG.md` file with *pretty Markdown-formatted* changelog. As output you will get `CHANGELOG.md` file with *pretty Markdown-formatted* changelog.