aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-26 14:39:45 +0200
committerGravatar Tom Willemse2013-05-26 14:39:45 +0200
commitdd41bb12727efc0d9951bb8ffd10d30f949e4b85 (patch)
treeded138cd38d62b3d5302110bd5e2eb7a8e8b6763 /INSTALL
parent6c05056f84c0ca6fc79fdb2a375b425bc53944c2 (diff)
downloadgitto-dd41bb12727efc0d9951bb8ffd10d30f949e4b85.tar.gz
gitto-dd41bb12727efc0d9951bb8ffd10d30f949e4b85.zip
Update README and other files, add site/
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL36
1 files changed, 36 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..10e7e1b
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,36 @@
+# -*- mode: org; -*-
+#+STARTUP: showall
+
+In order to install ~gitto~, just run:
+
+: make install
+
+This will install ~gitto~ to ~/usr/local/~, if you would like to install
+it somewhere else you can use the =DESTDIR= variable:
+
+: make install DESTDIR=/some/other/place
+
+This will install ~gitto~ to =/some/other/place/=.
+
+* Packages
+
+ - There is also a [[https://aur.archlinux.org/packages/gitto-git/][package]] in the [[http://aur.archlinux.org][Archlinux User Repository]], which
+ installs the latest git checkout.
+
+* Requirements
+
+ ~gitto~ requires [[http://www.gnu.org/software/guile/][GNU Guile]] version 2.0.9 or newer to be available.
+
+* Removal
+
+ If you're fed up with ~gitto~ and want it gone you can run:
+
+ : make uninstall
+
+ This will remove any ~gitto~ installed files from ~/usr/local/~. If you
+ used the =DESTDIR= variable during installation, you should give it
+ the same value here, like:
+
+ : make uninstall DESTDIR=/some/other/place
+
+ This will remove any ~gitto~ installed files from ~/some/other/place/~.