Updated Embark version to 3.1.7

This commit is contained in:
Eric Mastro 2018-08-05 18:20:32 +10:00 committed by GitHub
parent dbffd874d7
commit 33333689bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -35,19 +35,19 @@ If you need to [install `geth`](https://github.com/ethereum/go-ethereum/wiki/Bui
brew tap ethereum/ethereum
brew install ethereum
```
## Installing Embark 3.1.6
## Installing Embark 3.1.7
If you already have Embark installed, please run:
```
embark version
```
Make sure the version is `3.1.6`. If its not, re-install Embark by running:
Make sure the version is `3.1.7`. If its not, re-install Embark by running:
```
npm install -g embark
```
> Do not use sudo when installing Embark
Re-run `embark version` to ensure we have `3.1.6`.
Re-run `embark version` to ensure we have `3.1.7`.
If you have not installed Embark at all, Embark can be installed by running
`npm install -g embark` (without sudo)