From 751a95375ae0884c23daa3a5059aaf60e4c339d8 Mon Sep 17 00:00:00 2001 From: Max Mustermann Date: Sun, 2 May 2021 15:51:35 +0530 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28a4be9..75d2432 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ make install ``` ## Running tests -Before you can run tests, you need the python dependencies (`make install`), as well as `docker` and `go` installed to quickly run a local blockchain with staking enabled (detailed instructions [here](https://github.com/harmony-one/harmony/blob/main/README.md)): +Before you can run tests, you need the python dependencies (`make install`), `docker` and `go` installed to quickly run a local blockchain with staking enabled (detailed instructions [here](https://github.com/harmony-one/harmony/blob/main/README.md)): ``` mkdir -p $(go env GOPATH)/src/github.com/harmony-one cd $(go env GOPATH)/src/github.com/harmony-one