From 27f61706b9412419561f322d1da811eaf4184c8e Mon Sep 17 00:00:00 2001 From: johnwhitton Date: Thu, 17 Jan 2019 18:12:21 -0800 Subject: [PATCH] Fix README.md to reference scripts correctly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6d2d9048..b741b938f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Tx Generator: go build -o bin/txgen cmd/client/txgen/main.go ``` -You can also run the script `./script/go_executable_build.sh` to build all the executables. +You can also run the script `./scripts/go_executable_build.sh` to build all the executables. Some of our scripts require bash 4.x support, please [install bash 4.x](http://tldrdevnotes.com/bash-upgrade-3-4-macos) on MacOS X.