Added "npm install" to quick start for developers (#12374)

* Added "npm install" to quick start for developers

* Changed npm install to meteor npm install
pull/12675/head^2
William Reiske 7 years ago committed by Rodrigo Nascimento
parent 1a04e5c69d
commit f55c483e5a
  1. 1
      README.md

@ -404,6 +404,7 @@ Now just clone and start the app:
```sh
git clone https://github.com/RocketChat/Rocket.Chat.git
cd Rocket.Chat
meteor npm install
meteor npm start
```

Loading…
Cancel
Save