Skip to content

Commit

Permalink
Merge pull request #667 from thelostone-mc/doc
Browse files Browse the repository at this point in the history
doc: corrected setup path
  • Loading branch information
mbeacom authored Mar 20, 2018
2 parents f696fbb + 66ccb6a commit 5c10a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme_runninglocally.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Check out the [Docker Compose CLI Reference](https://docs.docker.com/compose/ref
```shell
git clone https://github.com/gitcoinco/web.git
cd web/app
cp app/app/local.env app/app/.env
cp app/local.env app/.env
```

You will need to edit the `app/.env` file with your local environment variables. Look for config items that are marked `# required`.
Expand Down

0 comments on commit 5c10a90

Please sign in to comment.