diff --git a/src/main/asciidoc/_chapters/getting_started.adoc b/src/main/asciidoc/_chapters/getting_started.adoc index 276a908c7c7..26af5683b44 100644 --- a/src/main/asciidoc/_chapters/getting_started.adoc +++ b/src/main/asciidoc/_chapters/getting_started.adoc @@ -87,10 +87,11 @@ See <> for information about supported JDK versions. Do not download the file ending in _src.tar.gz_ for now. . Extract the downloaded file, and change to the newly-created directory. + +[source,subs="attributes"] ---- -$ tar xzvf hbase--bin.tar.gz -$ cd hbase-/ +$ tar xzvf hbase-{Version}-bin.tar.gz +$ cd hbase-{Version}/ ---- . For HBase 0.98.5 and later, you are required to set the `JAVA_HOME` environment variable before starting HBase.