Skip to content

Commit 020267c

Browse files
committed
👌 IMPROVE: documentation
1 parent b12d2c7 commit 020267c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33
Super simple python CLI tool to generate a gitignore using the github python gitignore template.
44

55
## Installatiion
6-
Pypi has been setup with python 3.9.
6+
7+
8+
Pip installation now available - it is working for me however if you encounter any issues please open an issue :)
79

810
```py
911
pip install pygnore-cli
1012
```
1113

1214
## Usage
1315

16+
Creates a `.gitignore` in your current directory populated with the python3 template + some useful vim files.
17+
1418
```
1519
pygnore
1620
```

0 commit comments

Comments
 (0)