From 2f9c2a17aa89e84b1867f42ae93b4064a0292ec0 Mon Sep 17 00:00:00 2001 From: Wei Huang Date: Mon, 4 Nov 2024 13:51:16 -0700 Subject: [PATCH] Update docs/source/noaa_csp.rst Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com> --- docs/source/noaa_csp.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/source/noaa_csp.rst b/docs/source/noaa_csp.rst index 714b9b0eff..fe64aae580 100644 --- a/docs/source/noaa_csp.rst +++ b/docs/source/noaa_csp.rst @@ -240,10 +240,12 @@ or accessing the cluster from the PW web terminal, one can start to clone, compi 1. clone global-workflow( assume you have setup access to githup):: - cd /contrib/$USER #you should have a username, and have a directory at /contrib where we save our permanent files. - git clone --recursive git@github.com:NOAA-EMC/global-workflow.git - #or the develop form at EPIC: - git clone --recursive git@github.com:NOAA-EPIC/global-workflow-cloud.git + .. code-block:: console + + cd /contrib/$USER #you should have a username, and have a directory at /contrib where we save our permanent files. + git clone --recursive git@github.com:NOAA-EMC/global-workflow.git + #or the develop form at EPIC: + git clone --recursive git@github.com:NOAA-EPIC/global-workflow-cloud.git 2. compile global-workflow::