Skip to content

Commit 5d9b90f

Browse files
authored
Added git clone single branch note in README
1 parent b6c001d commit 5d9b90f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ Or from Bioconductor with:
3232
```r
3333
BiocManager::install("Voyager", version = "devel")
3434
```
35+
36+
## For contributors
37+
The whole git repo of this package is huge because of the large number of figures and Jupyter notebooks in the documentation website. To reduce download time and disk space usage, you may clone the `devel` branch only, so the documentation branches are not cloned:
38+
39+
```
40+
git clone -b devel --single-branch https://github.com/pachterlab/voyager.git
41+
```

0 commit comments

Comments
 (0)