Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
khaled-alshamaa authored Jul 30, 2020
1 parent 03feb67 commit d41899c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ The Breeding API (BrAPI) project is an effort to enable interoperability among p

## _Install_
```r
install.packages("remotes")
remotes::install_github("khaled-alshamaa/QBMS")
install.packages("devtools")
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true")

devtools::install_github("khaled-alshamaa/QBMS")
```

## _Example_
Expand Down

0 comments on commit d41899c

Please sign in to comment.