diff --git a/README.md b/README.md
index 93b70ae..6790aaa 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
Web Extension starter to build "Write Once Run on Any Browser" extension
-## TypeScipt + React Version (🚧 [WIP](https://github.com/abhijithvijayan/web-extension-starter/tree/react-typescript))
+
+
+🧙♂️ Looking for [React-TypeScript Version](https://github.com/abhijithvijayan/web-extension-starter/tree/react-typescript) instead?
## Features
@@ -25,6 +27,13 @@
- [abhijithvijayan/kutt-extension](https://github.com/abhijithvijayan/kutt-extension)
+## Use this template
+
+Create a new directory and run
+```
+curl -fsSL https://github.com/abhijithvijayan/web-extension-starter/archive/master.tar.gz | tar -xz --strip-components=1
+```
+
## 🚀 Quick Start
- `yarn install` to install dependencies.