Update README.md

This commit is contained in:
David Baldwynn 2016-11-08 09:46:46 -08:00 committed by GitHub
parent 20e78f89bb
commit 08c40ea23d

View file

@ -46,7 +46,9 @@ TellForm is an *opensource alternative to TypeForm* built ontop of nodejs that c
## Quickstart
Before you start, make sure you have Redis installed and running at 127.0.0.1:6379
Before you start, make sure you have
1. Redis installed and running at 127.0.0.1:6379
2. MongoDB installed and running at 127.0.0.1:27017 (OR specify the host and port in config/env/all)
Install dependencies first.
```bash