Skip to content

Commit 489222b

Browse files
committed
update readme
1 parent fa25643 commit 489222b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.qmd

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ glue::glue('<script type="application/ld+json">
4444

4545
## Install
4646

47+
Install from CRAN:
48+
49+
```r
50+
install.packages('rJavaEnv')
51+
```
52+
4753
Install latest release from **R-multiverse**:
4854

4955
```r
@@ -52,7 +58,7 @@ install.packages('rJavaEnv',
5258
)
5359
```
5460

55-
You can install the development version of `rJavaEnv` from GitHub:
61+
You can also install the development version of `rJavaEnv` from GitHub:
5662

5763
```r
5864
if (!requireNamespace("remotes", quietly = TRUE)) {

vignettes/rJavaEnv.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This guide will walk you through downloading, installing, and managing `Java` en
2121

2222
#### **Install `rJavaEnv`**
2323

24-
Install `rJavaEnv` from CRAN (once available):
24+
Install `rJavaEnv` from CRAN:
2525

2626

2727
```{r}

0 commit comments

Comments
 (0)