Add basic instructions in the README
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
8aabe6b35b
commit
0889e0bacc
1 changed files with 19 additions and 0 deletions
19
README.rst
19
README.rst
|
@ -0,0 +1,19 @@
|
|||
generate changelog
|
||||
==================
|
||||
|
||||
This project hosts a simple python script that tries to generate a RPM changelog
|
||||
from a git repository.
|
||||
|
||||
This is how you can use it:
|
||||
|
||||
* Clone a dist-git repository
|
||||
|
||||
::
|
||||
|
||||
fedpkg clone -a guake
|
||||
|
||||
* Run ``generate_changelog`` and point it to the repository cloned above
|
||||
|
||||
::
|
||||
|
||||
python generate_change guake
|
Loading…
Add table
Add a link
Reference in a new issue