Repository: systemml
Updated Branches:
  refs/heads/master 8c5ed339a -> a16905327


[MINOR] Update README examples to match current release version


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/a1690532
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/a1690532
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/a1690532

Branch: refs/heads/master
Commit: a169053275dca4ace3837464f4e51018a33db79a
Parents: 8c5ed33
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Mon Aug 27 12:45:06 2018 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Mon Aug 27 12:45:06 2018 -0700

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/a1690532/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index b9750e1..7b9b193 100644
--- a/README.md
+++ b/README.md
@@ -106,14 +106,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-1.0.0-bin.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.2.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 4.
   ```
-  export SYSTEMML_HOME=path/to/systemml-1.0.0
+  export SYSTEMML_HOME=path/to/systemml-1.2.0
   ```
   *Make sure to open a new tab in terminal so that you make sure the changes 
have been made.*
 

Reply via email to