Updated installation instructions
This commit is contained in:
parent
3c502f48f7
commit
ddca89f045
@ -4,14 +4,36 @@ Prior to installing Embark, you should have the following prerequisites on your
|
|||||||
#### NodeJS 8.10+
|
#### NodeJS 8.10+
|
||||||
```
|
```
|
||||||
node version
|
node version
|
||||||
|
> 8.10+
|
||||||
|
```
|
||||||
|
If you need to update Node, please [install `nvm`](https://github.com/creationix/nvm#installation) and install/use the LTS version. macOS/Linux commands provided for you below:
|
||||||
|
```
|
||||||
|
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
|
||||||
|
nvm install --lts
|
||||||
|
nvm use lts
|
||||||
```
|
```
|
||||||
#### IPFS 0.4.15+
|
#### IPFS 0.4.15+
|
||||||
```
|
```
|
||||||
ipfs version
|
ipfs version
|
||||||
|
> 0.4.15+
|
||||||
```
|
```
|
||||||
|
[IPFS installation instructions](https://ipfs.io/docs/install/#installing-from-a-prebuilt-package), macOS/Linux command provided for you below:
|
||||||
|
```
|
||||||
|
tar xvfz go-ipfs.tar.gz
|
||||||
|
cd go-ipfs
|
||||||
|
./install.sh
|
||||||
|
ipfs init
|
||||||
|
```
|
||||||
|
|
||||||
#### Go-ethereum 1.8.11+
|
#### Go-ethereum 1.8.11+
|
||||||
```
|
```
|
||||||
geth version
|
geth version
|
||||||
|
> 1.8.11+
|
||||||
|
```
|
||||||
|
If you need to [install `geth`](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum), you can use the below for macOS:
|
||||||
|
```
|
||||||
|
brew tap ethereum/ethereum
|
||||||
|
brew install ethereum
|
||||||
```
|
```
|
||||||
## Installing Embark 3.1.6
|
## Installing Embark 3.1.6
|
||||||
If you already have Embark installed, please run:
|
If you already have Embark installed, please run:
|
||||||
@ -29,4 +51,4 @@ npm install -g embark
|
|||||||
Re-run `embark version` to ensure we have `3.1.6`.
|
Re-run `embark version` to ensure we have `3.1.6`.
|
||||||
|
|
||||||
If you have not installed Embark at all, Embark can be installed by running
|
If you have not installed Embark at all, Embark can be installed by running
|
||||||
`npm install -g embark` (without sudo)
|
`npm install -g embark` (without sudo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user