commit bfe73c03caa51f56754b4d29ddd6a10d8e1f625e parent 714fea27f1f0e321749fc637e165580afd6633b6 Author: Konstantin Tarkus <hello@tarkus.me> Date: Fri, 26 Jun 2015 03:32:47 +0300 Update README.md Diffstat:
| M | README.md | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -58,7 +58,8 @@ Just [clone](github-windows://openRepo/https://github.com/kriasoft/react-starter [fork](https://github.com/kriasoft/react-starter-kit/fork) the repo and start hacking: ```shell -$ git clone -o react-starter-kit https://github.com/kriasoft/react-starter-kit.git MyApp +$ git clone -o react-starter-kit -b master --single-branch \ + https://github.com/kriasoft/react-starter-kit.git MyApp $ cd MyApp $ npm install -g gulp # Install Gulp task runner globally $ npm install # Install Node.js components listed in ./package.json