Skip to content

Commit

Permalink
👌 IMPROVE: documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TechWiz-3 committed Jul 20, 2022
1 parent b12d2c7 commit 020267c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
Super simple python CLI tool to generate a gitignore using the github python gitignore template.

## Installatiion
Pypi has been setup with python 3.9.


Pip installation now available - it is working for me however if you encounter any issues please open an issue :)

```py
pip install pygnore-cli
```

## Usage

Creates a `.gitignore` in your current directory populated with the python3 template + some useful vim files.

```
pygnore
```
Expand Down

0 comments on commit 020267c

Please sign in to comment.