From 71c616d460142767ac62bdd6deaefe61520c61bd Mon Sep 17 00:00:00 2001 From: blakejameson Date: Sun, 6 Oct 2024 19:39:07 -0500 Subject: [PATCH] Made the 'Building and Running the Deployment' heading one size smaller --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e4b6d..bc6c72e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ For some of us on WSL, the default download of CMake using apt resulted in build wget -qO- https://github.com/Kitware/CMake/releases/download/v3.30.4/cmake-3.30.4-linux-x86_64.tar.gz | tar xzv && sudo mv cmake-3.30.4-linux-x86_64/bin/* /usr/local/bin && rm -r cmake-3.30.4-linux-x86_64 ``` ## Common Section (Linux/macOS and Windows) -## Building and Running the Deployment: +### Building and Running the Deployment: Getting started is easy! Please let us know if you run into any issues with the instructions below.