From a2db75740ca04a1583263f3377f1d34d0d73563c Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Fri, 4 Dec 2015 10:24:05 +1000 Subject: [PATCH] doc(install): Fix missing 'install' --- 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 ff5bfedd..4db9c339 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 zanata-cli-bin + sudo yum -y install zanata-cli-bin 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 zanata-cli-bin + sudo yum -y install zanata-cli-bin 3. It should be done now. Run `zanata-cli --help` for the usage of the client.