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

Commit

Permalink
docs(installation): update installation instructions and release note
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng authored and definite committed Dec 16, 2015
1 parent 55501b6 commit 3c0f566
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/installation/linux-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ There are two ways to install zanata-client, via `0install` or `yum`.

3. Use `zanata-cli` as alias:

mkdir -p ~/bin | 0install -c add zanata-cli https://raw.githubusercontent.com/zanata/zanata.github.io/master/files/0install/zanata-cli.xml
mkdir -p ~/bin | yes | 0install -c add zanata-cli https://raw.githubusercontent.com/zanata/zanata.github.io/master/files/0install/zanata-cli.xml

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

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

4. Use `zanata-cli` as alias:

mkdir -p ~/bin | 0install -c add zanata-cli https://raw.githubusercontent.com/zanata/zanata.github.io/master/files/0install/zanata-cli.xml
mkdir -p ~/bin | yes | 0install -c add zanata-cli https://raw.githubusercontent.com/zanata/zanata.github.io/master/files/0install/zanata-cli.xml

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

Expand All @@ -86,7 +86,7 @@ There are two ways to install zanata-client, via `0install` or `dnf`.

2. Use `zanata-cli` as alias:

mkdir -p ~/bin | 0install -c add zanata-cli https://raw.githubusercontent.com/zanata/zanata.github.io/master/files/0install/zanata-cli.xml
mkdir -p ~/bin | yes | 0install -c add zanata-cli https://raw.githubusercontent.com/zanata/zanata.github.io/master/files/0install/zanata-cli.xml

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

Expand All @@ -108,7 +108,7 @@ There are two ways to install zanata-client, via `0install` or `dnf`.

3. Use `zanata-cli` as alias:

mkdir -p ~/bin | 0install -c add zanata-cli https://raw.githubusercontent.com/zanata/zanata.github.io/master/files/0install/zanata-cli.xml
mkdir -p ~/bin | yes | 0install -c add zanata-cli https://raw.githubusercontent.com/zanata/zanata.github.io/master/files/0install/zanata-cli.xml

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

Expand All @@ -119,7 +119,7 @@ There are two ways to install zanata-client, via `0install` or `dnf`.
2. Install Java JRE (1.8 onwards) from [OpenJDK installation](http://openjdk.java.net/install/index.html)
3. Use `zanata-cli` as alias:

mkdir -p ~/bin | 0install -c add zanata-cli https://raw.githubusercontent.com/zanata/zanata.github.io/master/files/0install/zanata-cli.xml
mkdir -p ~/bin | yes | 0install -c add zanata-cli https://raw.githubusercontent.com/zanata/zanata.github.io/master/files/0install/zanata-cli.xml

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

Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
##### Changes
* Add a new parameter includeAutomatedEntry to API getContributionStatics
* Downgrade dependency to keep enforcer happy
* 0install feed for Zanata CLI has been migrated to https://raw.githubusercontent.com/zanata/zanata.github.io/master/files/0install/zanata-cli.xml. Please see [installation](/#installation) for updated command.

## 3.8.0

Expand Down

0 comments on commit 3c0f566

Please sign in to comment.