@@ -32,32 +32,39 @@ Sometimes we, the developers, go _full-loco_ while programming and make mistakes
3232
3333### Initial commit
3434
35- <img src =" " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
35+ <img src =" https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/generate-file.gif " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
3636
3737### Normal commit
3838
39- <img src =" " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
39+ <img src =" https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/commit.gif " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
40+
41+ ### Commit without generating a configuration file
42+
43+ <img src =" https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/--no-file.gif " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
4044
4145### Co-authored commit
4246
43- <img src =" " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
47+ <img src =" https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/co-author.gif " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
4448
4549### Fast commit
4650
47- <img src =" " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
51+ <img src =" https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/single-line.gif " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
4852
4953### Debugging and commiting
5054
51- <img src =" " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
55+ <img src =" https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/--debug.gif " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
5256
5357### All-in-one commit
5458
55- <img src =" " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
59+ <img src =" https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/all.gif " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
5660
57- ### Getting help for writing in a convention
61+ ### Help
5862
59- <img src =" " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
63+ <img src =" https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/flag-h.gif " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
64+
65+ ### Getting help for writing in a convention
6066
67+ <img src =" https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/tag-help.gif " style =" min-width :200px ;margin-left :auto ;margin-right :auto ;" />
6168
6269## Installation
6370
@@ -67,6 +74,14 @@ In order to install one of our older versions, check our [previous releases](PRE
6774$ pip3 install commit-helper
6875```
6976
77+ ## Updating your current version
78+
79+ If you already have one of our ` pip ` releases installed in your machine and want to update to the latest version, use the command:
80+
81+ ``` bash
82+ $ pip3 install --upgrade commit-helper
83+ ```
84+
7085## Usage and configuration
7186
7287This program has a cli that you can take advantage of. Running ` commit --help `
0 commit comments