Skip to content

Commit c9af5dd

Browse files
authored
Merge pull request #287 from strboul/readme-dev-version
Change dev version download script in the README
2 parents 1f20ab5 + f2ac277 commit c9af5dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ install.packages("languageserver")
1818
The development version of `languageserver` could be installed by running the following in R:
1919

2020
```r
21-
source("https://install-github.me/REditorSupport/languageserver")
21+
# install.packages("devtools")
22+
devtools::install_github("REditorSupport/languageserver")
2223
```
2324

2425
## Language Clients

0 commit comments

Comments
 (0)