Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzynam-165 committed Jan 26, 2024
1 parent 4613a44 commit 28d0c9a
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 @@ -43,9 +43,11 @@ Not released yet, but we're working on it.

## Development version

You can install the development version from GitHub with:
You can install the development version from R-universe or GitHub with:

```{r instalation_dev, eval=FALSE}
install.packages("rangr", repos = "https://ropensci.r-universe.dev")
# or
devtools::install_github("ropensci/rangr")
```

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ Not released yet, but we’re working on it.

## Development version

You can install the development version from GitHub with:
You can install the development version from R-universe or GitHub with:

``` r
install.packages("rangr", repos = "https://ropensci.r-universe.dev")
# or
devtools::install_github("ropensci/rangr")
```

Expand Down

0 comments on commit 28d0c9a

Please sign in to comment.