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.