Skip to content

Commit

Permalink
updated typo
Browse files Browse the repository at this point in the history
Signed-off-by: Sean P. Goggins <[email protected]>
  • Loading branch information
sgoggins committed Mar 15, 2024
1 parent f8dd6ca commit 347af34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/new-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ You can stop augur with `augur backend stop`, followed by `augur backend kill`.
- Change to variables in `environment.txt` to include the correct values for your local, non-docker-container database.
4. `sudo docker build -t augur-new -f docker/backend/Dockerfile .` OSX:
5. `sudo docker compose --env-file ./environment.txt --file docker-compose.yml up` to run the database in a Docker Container or
`sudo docker compose --env-file ./environment.txt --file docker-compose.yml up` to connect to an already running database. *Note*: Enviornment file would be modified to point to an already running database.
`sudo docker compose --env-file ./environment.txt --file docker-compose.yml up` to connect to an already running database. *Note*: Environment file would be modified to point to an already running database.


#### Possible Apple Silicon Prerequisites:
Expand Down

0 comments on commit 347af34

Please sign in to comment.