From f5d691c35f8cffae302b3cf0f7f813ab23bbb63d Mon Sep 17 00:00:00 2001 From: shiraberkovich <60918179+shiraberkovich@users.noreply.github.com> Date: Sun, 29 Mar 2020 09:11:18 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index da0d29c..9bad97c 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,14 @@ Prior to running pas-orchestrator hosts file should be "updated" [https://github cpm psm +## Pulling specific version example : + +git clone -b v11.2 -s https://github.com/cyberark/pas-orchestrator.git + +Note : using the -s it saves about 10M of diskspace and doesn’t download the unnecessary stuff. + + + ## Running the playbook: To run the above playbook, execute the following command example : From 5f776dabe1a0012691c8fe3bced5f8f59b2e21f9 Mon Sep 17 00:00:00 2001 From: Avishay Bar Date: Sun, 29 Mar 2020 11:57:46 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9bad97c..55ef411 100644 --- a/README.md +++ b/README.md @@ -132,11 +132,11 @@ Prior to running pas-orchestrator hosts file should be "updated" [https://github ## Pulling specific version example : -git clone -b v11.2 -s https://github.com/cyberark/pas-orchestrator.git - -Note : using the -s it saves about 10M of diskspace and doesn’t download the unnecessary stuff. - - + ```` + git clone -b v11.2 -s https://github.com/cyberark/pas-orchestrator.git + ```` + + Note : using the -s it saves about 10M of diskspace and doesn’t download the unnecessary stuff. ## Running the playbook: