aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-05-08 17:57:25 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-05-08 17:57:25 +0200
commite229861e0dac7539dcf2f35eadad6071d33619f1 (patch)
tree9b1e39309ed16d43b15f22c205671db61942621e /README.md
parent2277408aeecd1e14691e725ddd3628bde40c916f (diff)
Some cosmetics on the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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

Contact - Imprint