From 020267c3d4e8546feac7429f8da90873b5fc69b5 Mon Sep 17 00:00:00 2001 From: TechWiz-3 Date: Wed, 20 Jul 2022 22:56:28 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ```