Adds a line on the read me to make installation instructions easier (#6120)
* adds a line on the read me to make instalation instructions easier * fixes instructions
This commit is contained in:
committed by
Diamond Lewis
parent
6af7b6aaa3
commit
8aa068727a
@@ -78,6 +78,12 @@ The fastest and easiest way to get started is to run MongoDB and Parse Server lo
|
|||||||
|
|
||||||
## Running Parse Server
|
## Running Parse Server
|
||||||
|
|
||||||
|
Before you start make sure you have installed:
|
||||||
|
|
||||||
|
- [NodeJS](https://www.npmjs.com/) that includes `npm`
|
||||||
|
- [MongoDB](https://www.mongodb.com/) or [PostgreSQL](https://www.postgresql.org/)
|
||||||
|
- Optionally [Docker](https://www.docker.com/)
|
||||||
|
|
||||||
### Locally
|
### Locally
|
||||||
```
|
```
|
||||||
$ npm install -g parse-server mongodb-runner
|
$ npm install -g parse-server mongodb-runner
|
||||||
|
|||||||
Reference in New Issue
Block a user