From b4a137a2b47c65016bcc637007d7619f757117ce Mon Sep 17 00:00:00 2001 From: Zhao Xiaojie Date: Sat, 29 Jun 2019 09:48:33 +0800 Subject: [PATCH] Fix the brew cmd --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be82e9..2fb122a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,10 @@ developer, administrator or just a regular user, it borns for you! For the mac user, you just need one command then you can own it. -`brew install linuxsuren/jenkins-cli/jcli` +``` +brew tap linuxsuren/jcli +brew install jcli +``` # Contribution -- GitLab