Skip to content

Commit e7d8838

Browse files
committed
replaced devtools::install with install_github
allows the user to install directly from github
1 parent 4c95f5e commit e7d8838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ I'm working on getting this [libserialport](https://sigrok.org/wiki/Libserialpor
99

1010
# Installation
1111
```r
12-
devtools::install("r-arduino/arduinor")
12+
devtools::install_github("r-arduino/arduinor")
1313
```
1414

1515
# Getting Started

0 commit comments

Comments
 (0)