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:
Andres Galante
2019-10-09 15:54:38 -03:00
committed by Diamond Lewis
parent 6af7b6aaa3
commit 8aa068727a

View File

@@ -78,6 +78,12 @@ The fastest and easiest way to get started is to run MongoDB and Parse Server lo
## 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
```
$ npm install -g parse-server mongodb-runner