Skip to content

Commit

Permalink
Issue #3 - added explicit config flag example for checkout_externals …
Browse files Browse the repository at this point in the history
…in README and blurb about this replacing checkout.sh
  • Loading branch information
KateFriedman-NOAA committed Mar 6, 2020
1 parent e83b90d commit 622167d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ The global-workflow current supports the following machines:

### 1. Check out components

The global-workflow uses the manage_externals utility to handle checking out its components. The manic-v1.1.8 manage_externals tag is supported.
The global-workflow uses the manage_externals utility to handle checking out its components. The manic-v1.1.8 manage_externals tag is supported. The manage_externals utility will be replacing the current checkout.sh script.

Run manage_externals (checkout_externals) while at top of clone:

```
$ checkout_externals
$ checkout_externals -e Externals.cfg
```

If checkout_externals is not in your $PATH then use full path to it:
Expand Down

0 comments on commit 622167d

Please sign in to comment.