Skip to content

Commit 40938b5

Browse files
authored
Update README.md
1 parent 0d0bcc6 commit 40938b5

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,20 @@ A "component" in webgme is general term for one of the following:
1616
- layout
1717

1818
# Quick Start
19-
WebGME apps require [NodeJS](https://nodejs.org/en/download/) and [MongDB](https://www.mongodb.org/downloads#production) installed on the host system (the server). It is recommended to use [nvm](https://github.com/creationix/nvm) for installing NodeJS.
20-
21-
## Setting up a WebGME app
22-
First install the project with
19+
It is recommended to use for installing NodeJS (required for webgme-cli).
20+
## Installing webgme-cli
21+
First, install NodeJS using [nvm](https://github.com/creationix/nvm). Then install NodeJS 8:
22+
```
23+
nvm install 8
24+
```
25+
Now, install webgme-cli using `npm`:
2326

2427
```
2528
npm install -g webgme-cli
2629
```
2730

28-
Next, create a new WebGME app:
31+
## Setting up a WebGME app
32+
Create a new WebGME app:
2933

3034
```
3135
webgme init MyNewProject

0 commit comments

Comments
 (0)