Skip to content

Commit

Permalink
Updating Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dias committed Aug 25, 2020
1 parent 6c33443 commit 7e07206
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -134,8 +134,9 @@ To start to develop in Will.IAM codebase be sure that you have `go 1.13` and `Do

After that, on the root folder, do the following steps:
1. Execute `make db/setup` to setup the service database;
2. Start the auxiliary services using `make compose-up` to start them;
3. Run `make dev-run` to start Will.IAM in development mode.
2. Start the auxiliary services and Will.IAM using `make compose-up`.

If you want to run Will.IAM locally (for example to use code reload with reflex or use a debugger), you can use `make dependencies/up` to start the dependency containers and later run `make dev-run` to start Will.IAM in development mode.

## TODO:

Expand Down

0 comments on commit 7e07206

Please sign in to comment.