Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vortexing authored Nov 21, 2019
1 parent 41f3762 commit 085b3c7
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 @@ -7,12 +7,12 @@ This package currently is wrapping a pile of functions commonly in use to intera
You can install the most recent version of tgR by:

```r
require(devtools)
devtools::install_github('FredHutch/tgR')
require(remotes)
remotes::install_github('FredHutch/tgR')
```

Install a specific release version (in this case v1.0) by:
```r
require(devtools)
devtools::install_github('FredHutch/[email protected]')
require(remotes)
remotes::install_github('FredHutch/[email protected]')
```

0 comments on commit 085b3c7

Please sign in to comment.