Skip to content

Commit

Permalink
Clone command arguments
Browse files Browse the repository at this point in the history
Cosmetic fix for ROSS-org#108
  • Loading branch information
gonsie committed Jan 31, 2017
1 parent b98278d commit de26e58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ Developed as Simplified ROSS ([gonsie/SR](http://github.com/gonsie/SR)), this ve

1. Clone the repository to your local machine:
```
git clone git@github.com:carothersc/ROSS.git
git clone -b master --single-branch git@github.com:carothersc/ROSS.git
cd ROSS
```
Since the ROSS repostiory is quite large, it is recommended that you only clone the master branch.
To speed up the clone command even more, use the `--depth=1` argument.

2. *Optional* Install the submodules:
```
Expand Down

0 comments on commit de26e58

Please sign in to comment.