Skip to content

Commit 9abcb47

Browse files
committed
update installation notes in README
1 parent 918f940 commit 9abcb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Then, to get the very latest from *FDBeye*, install it via devtools::install_git
2424
```R
2525
install.packages("devtools") ## if you don't already have it
2626
library(devtools)
27-
install_github("davebraze/FDBeye")
27+
install_github("davebraze/FDBeye", build_vignettes=TRUE)
2828
```
2929

3030
On the other hand, if you want a (possibly) more stable

0 commit comments

Comments
 (0)