Skip to content

Commit

Permalink
Clarify README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Apr 26, 2023
1 parent 2544b92 commit 329ccb9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,19 @@ It also uses the following repositories:

## Installing

On Orion, Jet, Hera and WCOSS2, set the 'fixed' directories
using the 'link_fixdirs.sh' script in ./fix. See the script's
prolog for details.
On Orion, Jet, Hera and WCOSS2 do the following:

This repository uses submodules, so do:
1) Set the 'fixed' directories using the 'link_fixdirs.sh'
script in ./fix. See the script's prolog for details.

2) This repository uses submodules, so do:

```
git submodule init
git submodule update
```

Then, invoke the build script:
3) Then, invoke the build script:

```
./build_all.sh
Expand Down

0 comments on commit 329ccb9

Please sign in to comment.