aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-05-21 01:49:03 +0200
committerVictor Häggqvist <[email protected]>2015-05-21 01:49:03 +0200
commit0ba2c677f1d1fecc872a61116ffc7cc2d60e6b23 (patch)
treee4d3b13979da99ddfc78629da628fbe9cea1d6e6
parent690bb90b7e92bd59e8574e63484b01229c79fb87 (diff)
parentaf9de8da8621e99caebc81e38f12902bf82daf3f (diff)
Merge branch 'master' of github.com:victorhaggqvist/giti
-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.