From 30ce651c240a12813471da0654a87cf5e6936b9b Mon Sep 17 00:00:00 2001 From: Michael Jenkins Date: Thu, 30 Sep 2021 21:51:51 -0700 Subject: [PATCH] Update macOS installation --- 01_03.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/01_03.md b/01_03.md index 18e5f01..54e3dac 100644 --- a/01_03.md +++ b/01_03.md @@ -12,15 +12,16 @@ You may need to have `root` permission on the target system. # Installation In a terminal, run the following commands: ``` -brew install java11 -brew install jenkins-lts -brew services start jenkins-lts -cat /.../initialAdminPassword +brew install java +brew install jenkins +brew services start jenkins +cat ~/.jenkins/secrets/initialAdminPassword ``` # Using the Initial Admin Password Run the following command and copy the output: ``` +cat ~/.jenkins/secrets/initialAdminPassword ``` Open a browser to [localhost:8080](http://localhost:8080) and enter the initial admin password.