Skip to content

Commit

Permalink
docs: Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
csgillespie committed Aug 4, 2023
1 parent ab57593 commit c343c6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ This checks that Posit Workbench has been correctly installed.
To install the R package, run

```{r, eval = FALSE}
remotes::install_github("github/audit.workbench")
install.packages('audit.workbench',
repos = c('https://jumpingrivers.r-universe.dev',
'https://cloud.r-project.org'))
```

## Usage
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ This checks that Posit Workbench has been correctly installed.
To install the R package, run

``` r
remotes::install_github("github/audit.workbench")
install.packages('audit.workbench',
repos = c('https://jumpingrivers.r-universe.dev',
'https://cloud.r-project.org'))
```

## Usage
Expand Down

0 comments on commit c343c6b

Please sign in to comment.