diff --git a/README.md b/README.md
index 716b718..dde1d6d 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,31 @@ Here are the limitations:
## Installation
+### From Vaadin Directory
+
+Maven dependency:
+```
+
+ org.vaadin.miki
+ super-template
+ 0.1.0
+
+```
+
+Maven repository:
+```
+
+ vaadin-addons
+ https://maven.vaadin.com/vaadin-addons
+
+```
+
+### From GitHub packages
+
+Follow instructions: https://github.com/vaadin-miki/super-template/packages
+
+## Using
+
### Manual
Simply extend your custom template Java class from `SuperTemplate` instead of `PolymerTemplate`.
diff --git a/assembly/assembly.xml b/assembly/assembly.xml
index 3c0293c..eb621d8 100644
--- a/assembly/assembly.xml
+++ b/assembly/assembly.xml
@@ -14,7 +14,7 @@
- ..
+ .
LICENSE
README.md