From c155a78e8b4dddda8ab3e0df2ee31137d77c51ba Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 8 May 2014 02:45:45 +0200 Subject: fyi --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf1ae05..6516ec4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ giti ==== -A python command line tool for getting .gitignore files. \ No newline at end of file +A python command line tool for getting .gitignore files. Inspired by https://github.com/msfeldstein/gitignore + +#FYI +This is my first lines Python ever -- cgit v1.2.3 From d9d90d3fce3a0548d36a5d8237deebb98f13149c Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 8 May 2014 02:47:19 +0200 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6516ec4..bdc572d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ giti ==== -A python command line tool for getting .gitignore files. Inspired by https://github.com/msfeldstein/gitignore +A python command line tool for getting .gitignore files. Inspired by https://github.com/msfeldstein/gitignore. #FYI -This is my first lines Python ever +These are my first lines Python ever. -- cgit v1.2.3 From af9de8da8621e99caebc81e38f12902bf82daf3f Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 8 May 2014 02:51:02 +0200 Subject: Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bdc572d..bf1045c 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,9 @@ giti A python command line tool for getting .gitignore files. Inspired by https://github.com/msfeldstein/gitignore. +```sh +git clone https://github.com/victorhaggqvist/giti.git +``` + #FYI These are my first lines Python ever. -- cgit v1.2.3