Skip to content

Commit 9eef053

Browse files
committed
2 parents a2d9d0d + 386ee91 commit 9eef053

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
| Releases | [![GitHub release](https://img.shields.io/github/release/NethermindEth/nethermind.svg)](https://github.com/NethermindEth/nethermind/releases) | https://github.com/NethermindEth/nethermind/releases |
1010
| Travis CI | [![Build Status](https://travis-ci.org/NethermindEth/nethermind.svg?branch=master)](https://travis-ci.org/NethermindEth/nethermind) | https://travis-ci.org/NethermindEth/nethermind |
1111
| Website | | http://nethermind.io/ |
12+
|Docker||https://cloud.docker.com/u/nethermind/repository/docker/nethermind/nethermind.runner|
1213

1314
## Download and run:
1415
[Windows](http://downloads.nethermind.io)<br/>

docs/source/download.rst

+27
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,30 @@ Download
22
********
33

44
You can download the latest packages for all supported platforms from `here <http://downloads.nethermind.io>`_
5+
6+
Windows
7+
8+
* download Windows package
9+
* unzip
10+
* open the folder
11+
* Nethermind.Runner.exe
12+
13+
Linux (Ubuntu 16.04 18.04 - reach out on gitter for other distributions)
14+
15+
* sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
16+
* curl https://nethdev.blob.core.windows.net/builds/nethermind-linux-amd64-0.9.1-8bf2977.zip --output
17+
* nethermind_0_9_2.zip
18+
* unzip nethermind_0_9_2.zip -d nethermind_0_9_2
19+
* cd nethermind_0_9_2
20+
* chmod +x Nethermind.Runner
21+
* ./Nethermind.Runner
22+
23+
MacOS (10.12+)
24+
25+
* brew install gmp
26+
* brew install snappy
27+
* download MacOS package
28+
* unzip
29+
* cd into the folder
30+
* chmod +x Nethermind.Runner
31+
* ./Nethermind.Runner

0 commit comments

Comments
 (0)