Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #87 from zanata/fix-install-docs
Browse files Browse the repository at this point in the history
docs(install): add java to client yum install instructions
  • Loading branch information
davidmason committed Dec 9, 2015
2 parents f0bb6dd + 29985f8 commit 28b55df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/linux-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ There are two ways to install zanata-client, via `0install` or `yum`.

2. Install package `zanata-cli-bin`

sudo yum -y install zanata-cli-bin
sudo yum -y install zanata-cli-bin java-1.8.0-openjdk

3. It should be done now. Run `zanata-cli --help` for the usage of the client.

Expand Down Expand Up @@ -70,7 +70,7 @@ There are two ways to install zanata-client, via `0install` or `yum`.

2. Install package `zanata-cli-bin`

sudo yum -y install zanata-cli-bin
sudo yum -y install zanata-cli-bin java-1.8.0-openjdk

3. It should be done now. Run `zanata-cli --help` for the usage of the client.

Expand Down

0 comments on commit 28b55df

Please sign in to comment.