未验证 提交 1a7f0361 编写于 作者: LinuxSuRen's avatar LinuxSuRen 提交者: GitHub

Merge pull request #210 from scottydocs/scottydocs-patch-1

Fixes and additions to the README text to improve UX.
......@@ -13,23 +13,23 @@
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/jenkins-zh/jenkins-cli)
[![Gitter](https://badges.gitter.im/jenkinsci/jenkins-cli.svg)](https://gitter.im/jenkinsci/jenkins-cli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
Jenkins CLI allows you manage your Jenkins as an easy way. No matter you're a plugin
developer, administrator or just a regular user, it borns for you!
Jenkins CLI allows you manage your Jenkins in an easy way. No matter if you're a plugin
developer, administrator or just a regular user, it is made for you!
# Features
* Multiple Jenkins support
* Plugins management (list, search, install, upload)
* Job management (search, build, log)
* Open your Jenkins with a browse
* Open your Jenkins with a browser
* Restart your Jenkins
* Connection with proxy support
# Get it
We support mac, linux and windows for now.
We support Mac, Linux and Windows for now.
## mac
## Mac
You can use `brew` to install jcli.
```
......@@ -39,7 +39,7 @@ brew install jcli
## Linux
It's very simple to install `jcli` into your Linux OS. Just need to execute a command line at below:
To install `jcli` on your Linux OS, execute the following command:
```
curl -L https://github.com/jenkins-zh/jenkins-cli/releases/latest/download/jcli-linux-amd64.tar.gz|tar xzv
sudo mv jcli /usr/local/bin/
......@@ -47,18 +47,18 @@ sudo mv jcli /usr/local/bin/
## Windows
You can find the latest version by [click here](https://github.com/jenkins-zh/jenkins-cli/releases/latest/download/jcli-windows-386.tar.gz). Then download the tar file, cp the uncompressed `jcli` directory into your system path.
You can find the latest version [here](https://github.com/jenkins-zh/jenkins-cli/releases/latest/download/jcli-windows-386.tar.gz). Download the tar file and copy the uncompressed `jcli` directory into your system path.
## Other Package Managers
## Other package managers
Here're other package managers:
Here are other package managers:
* [GoFish](https://gofi.sh/) users can use `gofish install jcli`
* [Scoop](https://scoop.sh/) users can use `scoop install jcli`
# Get started
Read [this document](doc/README.md) to know more details about how to use `jcli`.
Read [this document](doc/README.md) for more details on how to use `jcli`.
# Contribution
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册