Skip to content

Commit

Permalink
Merge pull request #90 from antonydenyer/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans authored Jan 31, 2025
2 parents 548360d + a931de0 commit 1173284
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ This repository contains the installer for the [contributoor](https://github.com

If you're using [eth-docker](https://ethdocker.com), setup is as follows:

- In your .env file:
- add `:contributoor.yml` to `COMPOSE_FILE`
- set `CONTRIBUTOOR_USERNAME` to your username
- set `CONTRIBUTOOR_PASSWORD` to your password
- Run `./ethd update`
- Then edit your .env file:
- add `:contributoor.yml` to the end of `COMPOSE_FILE` variable
- add `CONTRIBUTOOR_USERNAME` variable and set it to your username
- add `CONTRIBUTOOR_PASSWORD` variable and set it to your password
- Run `./ethd update`
- Run `./ethd up`

Expand Down

0 comments on commit 1173284

Please sign in to comment.