Skip to content

Commit a9ee824

Browse files
committed
Merge branch 'main' of github.com:plantphys/spectratrait
2 parents fd41414 + 959714d commit a9ee824

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Or 2) you can also run or source the "install_dependencies.R" script located in
3939
Finally, to complete the installation you will also need to install the spectratrait package itself. You can do this by copying and pasting the command below into your R or RStudio (preferred) terminal.
4040

4141
``` r
42-
# to install the master branch version
42+
# to install the main (default) branch version
4343
devtools::install_github(repo = "plantphys/spectratrait", dependencies=TRUE)
4444

45-
# to install the master branch version - with Vignettes (though slower)
45+
# to install the main branch version - with Vignettes (though slower)
4646
devtools::install_github(repo = "plantphys/spectratrait", dependencies=TRUE, build_vignettes = TRUE)
4747

4848
# to install a specific release, for example release 1.0.5

0 commit comments

Comments
 (0)