Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smjenness committed Oct 9, 2020
1 parent ea0f0eb commit aad12cb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,14 @@ renv::init()

Once `renv` has finished initializing, restart R.

### Warning

To use this model, you will need a GitHub Private Access Token to install packages from private GitHub repositories (EpiModelHIV-p, ARTNetData).

It should be set either in "~/.bashrc":
### ARTnet Data Access

To use this model, you will need a GitHub Private Access Token to install packages from private GitHub repositories (EpiModelHIV-p, ARTNetData). It should be set either in "~/.bashrc":
```
export GITHUB_PAT="<your github private access token>"
```

or in "~/.Renviron":

```
GITHUB_PAT="<your github private access token>"
```

0 comments on commit aad12cb

Please sign in to comment.