From a1fe6e1c1ccb7b3efab386a7f34c0555d07bd7e7 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 7 Dec 2016 11:53:49 -0500 Subject: [PATCH] LP#1382038: adjustments to download instructions - Use "OSRFVERSION" in the master branch rather than a specific version number; this is meant to be changed during the release process. - Update references to the OpenSRF downloads index page. Signed-off-by: Galen Charlton --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index eecf880..19ed2bb 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ Issue the following commands as the *user* Linux account. + [source, bash] ------------------------------------------------------------------------------ -wget http://evergreen-ils.org/downloads/opensrf-2.4.1.tar.gz +wget https://evergreen-ils.org/downloads/opensrf-OSRFVERSION.tar.gz ------------------------------------------------------------------------------ + [NOTE] @@ -40,8 +40,8 @@ http://git.evergreen-ils.org/?p=OpenSRF.git + [source, bash] ------------------------------------------------------------------------------ -tar -xvf opensrf-2.4.1.tar.gz -cd opensrf-2.4.1/ +tar -xvf opensrf-OSRFVERSION.tar.gz +cd opensrf-OSRFVERSION/ ------------------------------------------------------------------------------ Installing prerequisites @@ -83,7 +83,7 @@ Preamble: Developer instructions [NOTE] Skip this section if you are using an official release tarball downloaded -from http://evergreen-ils.org/downloads +from https://evergreen-ils.org/opensrf-downloads/ Developers working directly with the source code from the Git repository, rather than an official release tarball, must install some extra packages -- 2.43.2