Skip to content

Commit

Permalink
improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Jul 10, 2017
1 parent a91a0b5 commit 8f22ccb
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 @@ -5,7 +5,7 @@ This is a repository of applications of Clawpack and related software. Many of
### Application Submodules
Some of the applications are included as git submodules of the main repository. This allows the responsible developers to maintain their application independent of the rest of the apps repository and lets users checkout only those apps that they are interested in. If you have already cloned the `apps` repository, then to fetch all submodules you can do the following:
```
$> cd $CLAW/apps
$> cd $CLAW/apps # or proper path to apps
$> git submodule init
$> git submodule update
```
Expand All @@ -14,7 +14,7 @@ The file `.gitmodules` contains a list of the submodules that will be fetched.

If you have not yet cloned the `apps` repository, you can clone it along with all the submodules via the following (with a new enough version of `git`):
```
$> cd $CLAW # (or you could put it elsewhere)
$> cd $CLAW # or where ever you want apps to be
$> git clone --recursive https://github.com/clawpack/apps
```

0 comments on commit 8f22ccb

Please sign in to comment.