Update README.md

Fix #2
This commit is contained in:
Danniel Magno 2016-12-19 10:10:33 -02:00 committed by GitHub
parent 6b672c55b4
commit 3692ef1710
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ This is nowhere near being usable, let alone stable. Please treat as a proof of
For getting a development version of Ana up & running, please go through the following steps.
1. Rename `.env.example` to `.env` and set your database credentials.
2. Run the database migrations: `./do database_migrate up`
3. Install Go dependencies: `./do install_dependencies`
2. Install Go dependencies: `./do install_dependencies`
3. Run the database migrations: `./do database_migrate up`
3. Compile into binary: `./do bin`
4. Create your user account: `./ana -create_user -email="johndoe@email.com" -password="...."`
5. Run default Gulp task to build static assets: `gulp`