summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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