Skip to content

Commit 9016565

Browse files
committed
chore(readme): updates installation guide
1 parent 1cad7e2 commit 9016565

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,18 @@ Keeping a commit policy may sound like an easy thing to do, but in reality we bo
1111

1212
Sometimes we, the devs, go _full-loco_ while programming and make mistakes when commiting. That's fine, everyone makes mistakes. But, what if those mistakes could be avoided?
1313

14-
## Instalation
14+
## Installation
15+
1516
Just follow the commands below:
1617

1718
```bash
1819

19-
# if you don't have git, run $ sudo apt install git first
20+
# make sure you have the dependencies installed in your machine and
21+
# have git ready to use
22+
23+
$ apt install python3-pip git
24+
25+
$ pip3 install pyyaml
2026

2127
# clone the repo into your home
2228
$ git clone https://github.com/andre-filho/commit-helper.git ~/.commit-helper

0 commit comments

Comments
 (0)