Skip to content

Commit

Permalink
Small nit fixes (#3240)
Browse files Browse the repository at this point in the history
* Update README.md

* [scripts] Remove unused vars from travis_node_checker.sh
  • Loading branch information
Daniel-VDM authored Jul 19, 2020
1 parent 25a236a commit b9b462d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ http://api.hmny.io/

## Requirements

1. **GMP and OpenSSL**
### **Go 1.14.1**
### **GMP and OpenSSL**

On macOS:
```bash
Expand All @@ -31,16 +32,15 @@ On Linux (Cent OS / Amazon Linux 2)
```bash
sudo yum install glibc-static gmp-devel gmp-static openssl-libs openssl-static gcc-c++
```
2. **Docker** (for testing)
### **Docker** (for testing)

On macOS:
```bash
brew cask install docker
open /Applications/Docker.app
```
On Linux, reference official documentation [here](https://docs.docker.com/engine/install/).
3. **Go 1.14.1**
4. **Bash 4+**
### **Bash 4+**

For macOS, you can reference this [guide](http://tldrdevnotes.com/bash-upgrade-3-4-macos). For Linux, you can reference this [guide](https://fossbytes.com/installing-gnu-bash-4-4-linux-distros/).

Expand Down
2 changes: 0 additions & 2 deletions scripts/travis_node_checker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash
set -e
OS=$(uname -s)
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
echo "$(pwd)"
docker pull harmonyone/localnet-test
docker run -v "$DIR/../:/go/src/github.com/harmony-one/harmony" harmonyone/localnet-test -n

0 comments on commit b9b462d

Please sign in to comment.