diff options
author | Jouni Koivuviita <jouni@jouni.me> | 2015-09-29 12:06:02 +0300 |
---|---|---|
committer | Jouni Koivuviita <jouni@jouni.me> | 2015-09-29 12:06:02 +0300 |
commit | fef191e55a0055ace031fb2431fc2d9edc781052 (patch) | |
tree | ef1527aec9c98de0391de7f7b99e55fec106b0d3 /README.md | |
parent | f8301f1e9d4ceeaf2e2fd4ce2d87fee2418fbd83 (diff) | |
download | vaadin-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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |