diff --git a/README-zh.md b/README-zh.md index bbba6786b4c78f571fa37ef1bdab334b15c155f2..795db69fa423a8885d43a15c68882122b3e27b5e 100644 --- a/README-zh.md +++ b/README-zh.md @@ -37,6 +37,12 @@ sudo mv jcli /usr/local/bin/ 你只要[点击这里](https://github.com/jenkins-zh/jenkins-cli/releases/latest/download/jcli-windows-386.tar.gz)就可以下载到最新版本的压缩包。之后,把解压后的文件 `jcli` 拷贝到你的系统目录下即可。 +## 其他包管理器 + +这里还有一些其他的包管理器: + +* [GoFish](https://gofi.sh/) 的用户可以使用命令 `gofish install jcli` 来安装。 + # 入门 当安装 `jcli` 以后。你需要提供一份配置文件。请执行命令 `jcli config generate`,该命令会帮助你编辑配置文件 `~/.jenkins-cli.yaml` ,你需要根据实际的 Jenkins 配置情况做相应的修改。 diff --git a/README.md b/README.md index e74ad8e4290ab72310b6419f1f755ee4b8182b52..4098fccea15240b39d4078a72a4402a2e7ecce2a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ sudo mv jcli /usr/local/bin/ 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. +## Other Package Managers + +Here're other package managers: + +* [GoFish](https://gofi.sh/) users can use `gofish install jcli`. + # Get started Once you'v installed `jcli`. You should provide a config for it. Please execute cmd `jcli config generate`, this will help you to edit the config file `~/.jenkins-cli.yaml`. According to your Jenkins configuration to modify this file.