From e229861e0dac7539dcf2f35eadad6071d33619f1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 8 May 2014 17:57:25 +0200 Subject: Some cosmetics on the README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41c03235..57b9d21c 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,13 @@ install.packages('mkin', repos = 'http://r-forge.r-project.org') ``` If R-Forge is lacking behind or if you prefer, you can install directly from -github using the `devtools` package. +github using the `devtools` package. Using `quick = TRUE` skips docs, +multiple-architecture builds, demos, and vignettes, to make installation as fast +and painless as possible. ```s require(devtools) -install_github("mkin", "jranke", quick = TRUE) # quick = TRUE avoids vignette rebuilds +install_github("mkin", "jranke", quick = TRUE) ``` ## Background -- cgit v1.2.1