From a44968d4618505f42c6081d77b395bb799571054 Mon Sep 17 00:00:00 2001 From: Richard Willis Date: Mon, 4 May 2015 09:33:00 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cfcdd2..3567f42 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,9 @@ git clone --depth=1 https://github.com/badsyntax/react-seed.git my-project ### Installing with yeoman -* First install the generator: `npm install -g generator-react-seed` -* Use the generator like so: `yo react-seed` +1. `npm install -g yo` +2. `npm install -g generator-react-seed` +3. Use the generator like so: `yo react-seed` ## npm scripts