Skip to content

Commit 5e30a41

Browse files
committed
Update (aspirational) install instructions in README
1 parent 1b5d3fe commit 5e30a41

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ Chat UI component for [Shiny for R](https://shiny.posit.co/).
1010

1111
## Installation
1212

13-
You can install the development version of shinychat from [GitHub](https://github.com/) with:
13+
You can install shinychat from CRAN with:
14+
15+
``` r
16+
install.packages("shinychat")
17+
```
18+
19+
Or, install the development version of shinychat from [GitHub](https://github.com/) with:
1420

1521
``` r
1622
# install.packages("pak")

0 commit comments

Comments
 (0)