From 2a35f75d2be9545ee7e03eb4a825ce2c8055d31c Mon Sep 17 00:00:00 2001 From: David Mason Date: Tue, 8 Dec 2015 14:47:35 +1000 Subject: [PATCH] docs(install): add java to client yum install instructions --- docs/installation/linux-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/linux-installation.md b/docs/installation/linux-installation.md index 4db9c339..5b2f7745 100644 --- a/docs/installation/linux-installation.md +++ b/docs/installation/linux-installation.md @@ -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. @@ -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.