From 9150ed3603e90f183d0d35d8782e59ebca25c0dd Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Mon, 27 Jan 2020 20:52:46 +0530 Subject: [PATCH] docs: update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9e22ecd..a322188 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,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/react-typescript.tar.gz | tar -xz --strip-components=1 +``` + ## 🚀 Quick Start - `yarn install` to install dependencies.