Skip to content

Commit 5f43d74

Browse files
committed
Remove --recure-submodules from git clone instruction
1 parent 4792dc0 commit 5f43d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ conda install -c bioconda -c conda-forge ntroot
3737

3838
Installing ntRoot from the source code:
3939
```
40-
git clone --recurse-submodules https://github.com/bcgsc/ntRoot.git
40+
git clone https://github.com/bcgsc/ntRoot.git
4141
cd ntRoot
4242
```
4343
No compilation is required for ntRoot (only the dependencies), so simply add the ntRoot repository to your PATH.

0 commit comments

Comments
 (0)