aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf1ae05..bf1045c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,11 @@
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.
+
+```sh
+git clone https://github.com/victorhaggqvist/giti.git
+```
+
+#FYI
+These are my first lines Python ever.