From af01b70fc579cf338d7a1fc1b077495ce112f817 Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Mon, 27 Jan 2020 20:50:31 +0530 Subject: [PATCH] docs: update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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

🙋‍♂️ Made by @abhijithvijayan

-## 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.