diff --git a/README.md b/README.md index a8e4547..4f6d275 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ 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 @@ -11,6 +13,8 @@ pip install pygnore-cli ## Usage +Creates a `.gitignore` in your current directory populated with the python3 template + some useful vim files. + ``` pygnore ```