From 3caa37847a7381e7a388238fb948b4ed1e2fe92b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Norman=20Hauk=C3=A5s?= Date: Sat, 24 Oct 2015 15:05:08 +0200 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d09667..6967069 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A chrome extension for tagging words with semantic information. 1. To try it out, just [download this plugin](https://github.com/nilsnh/tag-youre-it/archive/master.zip). 2. You'll need to have installed [node.js](https://nodejs.org/en/). -3. Go inside the unzipped folder and run `npm install && npm install -g gulp`. In addition to installing development dependencies it will also install Gulp which is useful for active development. +3. Go inside the unzipped folder and run `npm install && npm install -g tsd && npm install -g gulp && tsd install`. In addition to installing development dependencies it will also install Gulp which is useful for active development. 4. Run `gulp serve` to serve up the prototype for live development. 5. Run `gulp dist` to build the chrome plugin in the `dist/` folder.