Repository: incubator-systemml Updated Branches: refs/heads/master db22020f0 -> aa1a530f6
[MINOR] Update project/standalone README examples to 0.14.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/aa1a530f Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/aa1a530f Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/aa1a530f Branch: refs/heads/master Commit: aa1a530f6d635911b98a8e470279dc5dbe7f8004 Parents: db22020 Author: Deron Eriksson <[email protected]> Authored: Mon May 22 10:14:54 2017 -0700 Committer: Deron Eriksson <[email protected]> Committed: Mon May 22 10:14:54 2017 -0700 ---------------------------------------------------------------------- README.md | 4 ++-- src/main/standalone/README.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/aa1a530f/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 0add29a..592e422 100644 --- a/README.md +++ b/README.md @@ -105,14 +105,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.13.0-incubating.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-0.14.0-incubating.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. ``` - export SYSTEMML_HOME=path/to/systemml-0.13.0-incubating + export SYSTEMML_HOME=path/to/systemml-0.14.0-incubating ``` *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/incubator-systemml/blob/aa1a530f/src/main/standalone/README.txt ---------------------------------------------------------------------- diff --git a/src/main/standalone/README.txt b/src/main/standalone/README.txt index ce13abe..3c5d7e8 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.13.0-incubating.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-0.14.0-incubating.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. ``` - export SYSTEMML_HOME=path/to/systemml-0.13.0-incubating + export SYSTEMML_HOME=path/to/systemml-0.14.0-incubating ``` *Make sure to open a new tab in terminal so that you make sure the changes have been made.*
