Skip to content

Commit

Permalink
install from Github with remotes, not devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDo1 authored Jun 21, 2024
1 parent 93ee390 commit cbc6aab
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 @@ -30,6 +30,6 @@ You can install the development version of json2aRgs from
[GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("VForWaTer/json2aRgs")
install.packages("remotes")
remotes::install_github("VForWaTer/json2aRgs")
```

0 comments on commit cbc6aab

Please sign in to comment.