未验证 提交 955b0547 编写于 作者: Z Zhao Xiaojie 提交者: GitHub

Add more feature description and how to download on the linux os (#33)

* Add more feature description and how to download on the linux os

* Use a simple cmd to download jcli
上级 f430a048
......@@ -6,7 +6,11 @@ developer, administrator or just a regular user, it borns for you!
# Features
* Multiple Jenkins support
* Plugins manage
* Plugins management (list, search, install, upload)
* Job management (search, build, log)
* Open your Jenkins with a browse
* Restart your Jenkins
* Connection with proxy support
# Get started
......@@ -20,9 +24,17 @@ brew tap linuxsuren/jcli
brew install jcli
```
## other OS
## Linux
You can find the right version from the [release page](https://github.com/LinuxSuRen/jenkins-cli/releases). Then download the tar file, cp the uncompressed `jcli` directory into your system path.
It's very simple to install `jcli` into your Linux OS. Just need to execute a command line at below:
```
curl -L https://github.com/linuxsuren/jenkins-cli/releases/latest/download/jcli-linux-amd64.tar.gz|tar xzv
sudo mv jcli /usr/local/bin/
```
## Windows
You can find the latest version by [click here](https://github.com/linuxsuren/jenkins-cli/releases/latest/download/jcli-windows-386.tar.gz). Then download the tar file, cp the uncompressed `jcli` directory into your system path.
# Contribution
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册