From fef191e55a0055ace031fb2431fc2d9edc781052 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Tue, 29 Sep 2015 12:06:02 +0300 Subject: Update README.md Added instructions how to use a development snapshot version of individual components. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3