Skip to content

Commit

Permalink
Update getting-sourcecode.md
Browse files Browse the repository at this point in the history
Update manual for GOTM5
  • Loading branch information
josephzhang8 committed Sep 19, 2024
1 parent 98718d1 commit c267bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/getting-sourcecode.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git clone --recurse-submodules https://github.com/schism-dev/schism.git
cd schism
```

This will give you the latest master branch. If you want to get certain tagged versions use the `tag` command of git as (for example) `git checkout tags/v5.10.0` - for v5.10.0.
This will give you the latest master branch and all submodules inside (e.g. GOTM5). If you want to get certain tagged versions use the `tag` command of git as (for example) `git checkout tags/v5.10.0` - for v5.10.0.

Note that sometimes you might need to add your system’s ssh public key to your github.com account first before cloning.
If cloning fails, you can also go to https://github.com/schism-dev and directly download the zip files.
Expand Down

0 comments on commit c267bd0

Please sign in to comment.