Skip to content

Commit

Permalink
update installation notes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
davebraze committed Oct 26, 2016
1 parent 918f940 commit 9abcb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Then, to get the very latest from *FDBeye*, install it via devtools::install_git
```R
install.packages("devtools") ## if you don't already have it
library(devtools)
install_github("davebraze/FDBeye")
install_github("davebraze/FDBeye", build_vignettes=TRUE)
```

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

0 comments on commit 9abcb47

Please sign in to comment.