From 469aedfd3c1e74f4ba4ab43bcbc9978f5fbb8917 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sat, 14 Jan 2023 11:57:31 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 941e404..4856f6f 100644 --- a/README.md +++ b/README.md @@ -51,16 +51,16 @@ Clone & compile: git clone https://github.com/yuriy0803/open-etc-pool-friends.git cd open-etc-pool-friends - cd build - chmod 755 env.sh - cd .. - make + + go build + + Install redis-server. ### Running Pool - ./build/bin/open-etc-pool-friends api.json + ./open-etc-pool-friends api.json You can use Ubuntu upstart - check for sample config in upstart.conf.