Skip to content

Commit

Permalink
Added the git cloning step
Browse files Browse the repository at this point in the history
Made the installation documentation clearer by explicitly showing the `git clone` step
  • Loading branch information
manodeep authored Dec 22, 2024
1 parent 05d8cc3 commit 833be1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ support.
The following instructions will allow a new user to quickly create a MOM6
executable for ocean-only simulations.

Before starting, ensure that all submodules have been updated.
First, clone the `git` repository and ensure that all submodules have been updated:
```
$ git clone [email protected]:mom-ocean/MOM6.git
$ git submodule update --init --recursive
```

Expand Down

0 comments on commit 833be1d

Please sign in to comment.