-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Gillian Petro <[email protected]>
- Loading branch information
1 parent
dff6d82
commit 2f9c2a1
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]:NOAA-EMC/global-workflow.git | ||
#or the develop form at EPIC: | ||
git clone --recursive [email protected]: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 [email protected]:NOAA-EMC/global-workflow.git | ||
#or the develop form at EPIC: | ||
git clone --recursive [email protected]:NOAA-EPIC/global-workflow-cloud.git | ||
|
||
2. compile global-workflow:: | ||
|
||
|