From 418fedacd1874d48a6e59687f00eb3e7e84e9bd2 Mon Sep 17 00:00:00 2001 From: Zhao Xiaojie Date: Thu, 4 Jul 2019 17:42:30 +0800 Subject: [PATCH] Add more words to describe how to install jcli on other system --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fb122a..94faf35 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,20 @@ developer, administrator or just a regular user, it borns for you! # Get started -For the mac user, you just need one command then you can own it. +We support mac, linux and windows for now. +## mac + +You can use `brew` to install jcli. ``` brew tap linuxsuren/jcli brew install jcli ``` +## other OS + +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. + # Contribution It's still under very early develope time. Any contribution is welcome. -- GitLab