Skip to content

Commit

Permalink
readme shows how to install from dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed Sep 3, 2024
1 parent bec483d commit d7bb4b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}

remotes::install_github("e-kotov/rJavaEnv", force = TRUE)
remotes::install_github("e-kotov/rJavaEnv@dev", force = TRUE)
```

## Simple Example
Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}

remotes::install_github("e-kotov/rJavaEnv", force = TRUE)
remotes::install_github("e-kotov/rJavaEnv@dev", force = TRUE)
```

## Simple Example
Expand Down

0 comments on commit d7bb4b1

Please sign in to comment.