From a931de08cfaf52441165ebeaa96c405560571e23 Mon Sep 17 00:00:00 2001 From: Antony Denyer Date: Fri, 31 Jan 2025 08:47:35 +0000 Subject: [PATCH] Update README.md You need to update before adding contributoor.yml; otherwise, you could get a file not found. Signed-off-by: Antony Denyer --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0791996..078caec 100644 --- a/README.md +++ b/README.md @@ -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`