Skip to content

Commit 4b815f3

Browse files
committed
Add How to run to README
1 parent 17cd2cc commit 4b815f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@
99
This is a semi-official containerization of [Github Changelog Generator](https://github.com/skywinder/github-changelog-generator).
1010

1111
For each Github Changelog Generator release, you will find the corresponding docker image tag.
12+
13+
# How to Run this Image
14+
15+
16+
```
17+
$ docker run -it --rm -v "$(pwd)":/usr/local/src/your-app skywinder/github-changelog-generator
18+
```

0 commit comments

Comments
 (0)