Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manrajgrover authored Aug 6, 2020
1 parent 76627e4 commit 7667283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ $ git clone https://github.com/midas-research/audino.git --config core.autocrlf=
### For Production

You can either run the project on [default configuration](./docker-compose.prod.yml) or modify them to your need.
**Note**: Before proceeding further, you might need to give docker `sudo` access or run the commands listed below as `sudo`.

**To build the services, run:**

Expand All @@ -71,6 +72,7 @@ $ docker-compose -f docker-compose.prod.yml down
### For Development

Similar to `production` setup, you need to use development [configuration](./docker-compose.dev.yml) for working on the project, fixing bugs and making contributions.
**Note**: Before proceeding further, you might need to give docker `sudo` access or run the commands listed below as `sudo`.

**To build the services, run:**

Expand Down

0 comments on commit 7667283

Please sign in to comment.