Skip to content

Commit

Permalink
Merge pull request #5 from DennyLoko/patch-1
Browse files Browse the repository at this point in the history
Update README.md, thanks @DennyLoko
  • Loading branch information
dannyvankooten authored Dec 19, 2016
2 parents 6b672c5 + 3692ef1 commit a5dc049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" -password="...."`
5. Run default Gulp task to build static assets: `gulp`
Expand Down

0 comments on commit a5dc049

Please sign in to comment.