Skip to content

Commit

Permalink
Update README.md (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
serbinsh authored May 17, 2024
1 parent 4d42e02 commit c01aea1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ Finally, to complete the installation you will also need to install the spectrat

``` r
# to install the master branch version
devtools::install_github(repo = "TESTgroup-BNL/spectratrait", dependencies=TRUE)
devtools::install_github(repo = "plantphys/spectratrait", dependencies=TRUE)

# to install the master branch version - with Vignettes (though slower)
devtools::install_github(repo = "TESTgroup-BNL/spectratrait", dependencies=TRUE, build_vignettes = TRUE)
devtools::install_github(repo = "plantphys/spectratrait", dependencies=TRUE, build_vignettes = TRUE)

# to install a specific release, for example release 1.0.5
devtools::install_github(repo = "TESTgroup-BNL/[email protected]", dependencies=TRUE)
devtools::install_github(repo = "plantphys/[email protected]", dependencies=TRUE)

# or a specific branch, e.g. a branch named devbranch
devtools::install_github(repo = "TESTgroup-BNL/spectratrait", ref = "devbranch", dependencies=TRUE)
devtools::install_github(repo = "plantphys/spectratrait", ref = "devbranch", dependencies=TRUE)
```

## Contains:
Expand Down

0 comments on commit c01aea1

Please sign in to comment.