Repository: systemml Updated Branches: refs/heads/master caf432291 -> aaaa903cb
[MINOR] Update project/standalone README version Closes #705. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/aaaa903c Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/aaaa903c Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/aaaa903c Branch: refs/heads/master Commit: aaaa903cbe611d37e2a7488b2381c4515ad9e285 Parents: caf4322 Author: Glenn Weidner <[email protected]> Authored: Thu Dec 7 03:57:49 2017 -0800 Committer: Glenn Weidner <[email protected]> Committed: Thu Dec 7 03:57:49 2017 -0800 ---------------------------------------------------------------------- README.md | 6 +++--- src/main/standalone/README.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/aaaa903c/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 565854a..a58b972 100644 --- a/README.md +++ b/README.md @@ -107,14 +107,14 @@ Before you get started on SystemML, make sure that your environment is set up an 4. **Download SystemML.** - Go to the [SystemML Downloads page](http://systemml.apache.org/download.html), download `systemml-0.15.0.zip` (should be 2nd), and unzip it to a location of your choice. + Go to the [SystemML Downloads page](http://systemml.apache.org/download.html), download `systemml-1.0.0-bin.zip` (should be 2nd), and unzip it to a location of your choice. *The next step is optional, but it will make your life a lot easier.* 5. **[OPTIONAL] Set `SYSTEMML_HOME` in your bash profile.** - Add the following to `~/.bash_profile`, replacing `path/to/` with the location of the download in step 5. + Add the following to `~/.bash_profile`, replacing `path/to/` with the location of the download in step 4. ``` - export SYSTEMML_HOME=path/to/systemml-0.15.0 + export SYSTEMML_HOME=path/to/systemml-1.0.0 ``` *Make sure to open a new tab in terminal so that you make sure the changes have been made.* http://git-wip-us.apache.org/repos/asf/systemml/blob/aaaa903c/src/main/standalone/README.txt ---------------------------------------------------------------------- diff --git a/src/main/standalone/README.txt b/src/main/standalone/README.txt index d29ed8c..49b866f 100644 --- a/src/main/standalone/README.txt +++ b/src/main/standalone/README.txt @@ -102,14 +102,14 @@ Before you get started on SystemML, make sure that your environment is set up an 4. **Download SystemML.** - Go to the [SystemML Downloads page](http://systemml.apache.org/download.html), download `systemml-0.15.0.zip` (should be 2nd), and unzip it to a location of your choice. + Go to the [SystemML Downloads page](http://systemml.apache.org/download.html), download `systemml-1.0.0-bin.zip` (should be 2nd), and unzip it to a location of your choice. *The next step is optional, but it will make your life a lot easier.* 5. **[OPTIONAL] Set `SYSTEMML_HOME` in your bash profile.** - Add the following to `~/.bash_profile`, replacing `path/to/` with the location of the download in step 5. + Add the following to `~/.bash_profile`, replacing `path/to/` with the location of the download in step 4. ``` - export SYSTEMML_HOME=path/to/systemml-0.15.0 + export SYSTEMML_HOME=path/to/systemml-1.0.0 ``` *Make sure to open a new tab in terminal so that you make sure the changes have been made.*
