Merge pull request #277 from johnwhitton/fix_scripts_in_readme

Fix README.md to reference scripts correctly
pull/282/head
Eugene Kim 6 years ago committed by GitHub
commit b95b21380e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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.

Loading…
Cancel
Save