summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@jouni.me>2015-09-29 12:06:02 +0300
committerJouni Koivuviita <jouni@jouni.me>2015-09-29 12:06:02 +0300
commitfef191e55a0055ace031fb2431fc2d9edc781052 (patch)
treeef1527aec9c98de0391de7f7b99e55fec106b0d3 /README.md
parentf8301f1e9d4ceeaf2e2fd4ce2d87fee2418fbd83 (diff)
downloadvaadin-core-fef191e55a0055ace031fb2431fc2d9edc781052.tar.gz
vaadin-core-fef191e55a0055ace031fb2431fc2d9edc781052.zip
Update README.md
Added instructions how to use a development snapshot version of individual components.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index be71238..078ffb1 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,12 @@ We offer three ways to use Vaadin Components in your project: Bower, CDN and ZIP
```
This will download Vaadin Components and its dependencies to the `bower_components` folder inside your project's folder.
+
+ If you wish to use the development snapshot version of some component, you can install/update that separately:
+
+ ```shell
+ $ bower install --save vaadin-grid#master
+ ```
- ##### CDN