Skip to content

Commit

Permalink
Update readme install instructions to reflect new branch strategy
Browse files Browse the repository at this point in the history
The devel branch has been removed and my development will take place in main and various feature-branches if need be
  • Loading branch information
aleksanderbl29 committed Nov 25, 2024
1 parent 749244e commit 9a7bee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You can install the latest development version of `{dawaR}` from [GitHub](https:

``` r
# install.packages("devtools")
devtools::install_github("aleksanderbl29/dawaR@devel")
devtools::install_github("aleksanderbl29/dawaR")
```

If you install the package in an environment configured with [`renv`](https://rstudio.github.io/renv/index.html) on MacOS, please consult `vignette("renv-issues")` to ensure that `get_map_data()` works as intended.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can install the latest development version of `{dawaR}` from

``` r
# install.packages("devtools")
devtools::install_github("aleksanderbl29/dawaR@devel")
devtools::install_github("aleksanderbl29/dawaR")
```

If you install the package in an environment configured with
Expand Down

0 comments on commit 9a7bee2

Please sign in to comment.