aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-23 22:45:31 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-23 22:45:31 +0200
commit351fd41987608f7c36c9e0fba2434f222aa7f9c7 (patch)
treea523618bdd5e77011677cd26b0aad43cecaad23d /docs
parent6b3e00a6273fd812356a98fa56c7b523ad652ebb (diff)
document pulling tarballs
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 270c343..0d6e2b6 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -8,6 +8,8 @@ branch you want.
From source
-----------
+You can pull the code from git or get a tagged tarball.
+
$ git clone git://github.com/Dieterbe/uzbl.git
[ $ git checkout master/experimental ] # optional. see below
$ cd uzbl
@@ -17,6 +19,9 @@ If you want to remove uzbl again, you can issue:
$ make uninstall
+Tarballs can be pulled from [github.com/Dieterbe/uzbl/downloads](http://github.com/Dieterbe/uzbl/downloads)
+Though you can only get tagged versions from the master branch, which may be older then what you'll have through git.
+
Dependencies
------------
* git (for downloading)