diff --git a/README.rst b/README.rst index 4662527..482633f 100644 --- a/README.rst +++ b/README.rst @@ -78,6 +78,7 @@ install the JRE by executing the following from a shell. sudo apt-get install sun-java6-jre Or if you ran the script with the -7 option. +:: sudo apt-get install oracle-java7-jre diff --git a/oab-java.sh b/oab-java.sh index 334372e..cf7fb67 100755 --- a/oab-java.sh +++ b/oab-java.sh @@ -266,6 +266,7 @@ function usage() { echo " sudo apt-get install sun-java6-jre" echo echo "Or if you ran the script with the ``-7`` option." + echo "::" echo echo " sudo apt-get install oracle-java7-jre" echo