Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vortexing authored Mar 24, 2019
1 parent 123b8d8 commit e2808fd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ This package currently is wrapping a pile of functions commonly in use to intera

## Installation

You can install the released version of tgR by:
You can install the most recent version of tgR by:

```r
require(devtools)
devtools::install_github('FredHutch/tgR', auth_token = Sys.getenv('GITTOKEN'))
devtools::install_github('FredHutch/tgR')
```

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

0 comments on commit e2808fd

Please sign in to comment.