diff --git a/README.md b/README.md index b3a032e..8b2e1c2 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ docker pull augurlabs/augur-rabbitmq-1 4. Edit your `environment.txt` file to contain information about you and your API keys for GitHub and GitLab 5. From the root of this repository's directory on your local computer, issue this command: ```{eval-rst} -docker compose --env-file ./environment.txt up --build +docker-compose --env-file ./environment.txt up --build ``` 6. Watch the container come up. This will take 1-3 minutes depending on your hardware configuration. 7. Visit http://localhost:5002 to see your Augur frontend, and start adding repositories to be collected! -Note: Postgresql data is stored locally in a directory that remains in tact throughout any startup, shutdown, or cleaning of your docker environment. \ No newline at end of file +Note: Postgresql data is stored locally in a directory that remains intact throughout any startup, shutdown, or cleaning of your docker environment.