Add tarball download / untar instructions to README
authorDan Scott <dscott@laurentian.ca>
Mon, 7 Nov 2011 21:28:04 +0000 (16:28 -0500)
committerDan Scott <dscott@laurentian.ca>
Mon, 7 Nov 2011 21:28:04 +0000 (16:28 -0500)
Per suggestions from Yamil Suarez <ysuarez@berklee.edu> and Martha
Driscoll <driscoll@noblenet.org> and Wolf Halton
<wolf.halton@gmail.com>, restore the version-specific wget / untar
instructions to the README.

Aside: Need to remember to update these links in the repo before tagging
a release.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
README

diff --git a/README b/README
index 1ec452c..f115c49 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-README for Evergreen 2.1
-========================
+README for Evergreen 2.1.0a
+===========================
 
 Preamble: referenced user accounts
 ----------------------------------
@@ -30,6 +30,18 @@ follows:
        Evergreen that you will use to test connectivity and configure your
        Evergreen instance.
 
+Preamble: Getting an Evergreen official release tarball
+-------------------------------------------------------
+
+To download and extract the source for the current release of Evergreen, issue
+the following commands as the *user* Linux account:
+
+[source, bash]
+------------------------------------------------------------------------------
+wget -c http://evergreen-ils.org/downloads/Evergreen-ILS-2.1.0a.tar.gz
+tar xzf Evergreen-ILS-2.1.0a.tar.gz
+------------------------------------------------------------------------------
+
 Preamble: Developer instructions
 --------------------------------
 
@@ -160,7 +172,7 @@ Installation instructions:
 +
 [source, bash]
 ------------------------------------------------------------------------------
-make STAFF_CLIENT_STAMP_ID=rel_2_1_x install
+make STAFF_CLIENT_STAMP_ID=rel_2_1_0 install
 ------------------------------------------------------------------------------
 +
 2. The server portion of the staff client expects `http://hostname/xul/server`