Skip to content

Commit df3608d

Browse files
update install option from CRAN
1 parent 8bd4c25 commit df3608d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@
1818

1919
### Local
2020

21-
* Install from GitHub with devtools
21+
* Install package
2222

2323
```r
24+
# Option 1: install from CRAN
25+
install.packages("regexTestR")
26+
27+
# Option 2: install dev version from github
2428
devtools::install_github("AdamSpannbauer/r_regex_tester_app")
2529
```
2630

0 commit comments

Comments
 (0)