From 6f4e32f5cb478f5b869a3dc59c63c7f9fd32a382 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 7 Oct 2021 20:29:08 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c002222..516e40e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Learning Jenkins, 03-05: String Parameters Create a freestyle job with one build step. -# WINDOWS SYSTEMS +## WINDOWS SYSTEMS If you are running Jenkins on a Windows system: 1. Select the `Execute Windows batch command` build step @@ -13,7 +13,7 @@ If you are running Jenkins on a Windows system: [Follow this link for more details on Windows](WINDOWS.md) -# MacOS, Linux, and Docker +## MacOS, Linux, and Docker If you are running Jenkins on MacOS, Linux, or Docker: 1. Select the `Execute shell` build step. @@ -24,4 +24,3 @@ echo "VERSION_NUMBER = $VERSION_NUMBER" ``` [Follow this link for more details on MacOS, Linux, and Docker](MAC_LINUX_DOCKER.md) -