Skip to content

Commit

Permalink
chore: README.md updated
Browse files Browse the repository at this point in the history
Changed to build_vignettes = TRUE in installation guide
  • Loading branch information
PetterHopp authored Aug 24, 2022
1 parent d64a769 commit d6e3e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To install (or update) the `NVIdb` package, run the following code:
remotes::install_github("NorwegianVeterinaryInstitute/NVIdb")
upgrade = FALSE,
build = TRUE,
build_manual = TRUE)
build_vignettes = TRUE)

In addition, you will also need to install the private package
`NVIconfig` that keep specific information on NVI’s paths and databases.
Expand All @@ -62,7 +62,7 @@ To install (or update) the `NVIconfig` package, run the following code:
auth_token = "PAT"
upgrade = FALSE,
build = TRUE,
build_manual = TRUE)
build_vignettes = TRUE)

where PAT is your personal access token.

Expand Down

0 comments on commit d6e3e5a

Please sign in to comment.