Skip to content

Commit 8aa0687

Browse files
andresgalantedplewis
authored andcommitted
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
1 parent 6af7b6a commit 8aa0687

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ The fastest and easiest way to get started is to run MongoDB and Parse Server lo
7878

7979
## Running Parse Server
8080

81+
Before you start make sure you have installed:
82+
83+
- [NodeJS](https://www.npmjs.com/) that includes `npm`
84+
- [MongoDB](https://www.mongodb.com/) or [PostgreSQL](https://www.postgresql.org/)
85+
- Optionally [Docker](https://www.docker.com/)
86+
8187
### Locally
8288
```
8389
$ npm install -g parse-server mongodb-runner

0 commit comments

Comments
 (0)