File tree 2 files changed +28
-0
lines changed
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 9
9
| Releases | [ ![ GitHub release] ( https://img.shields.io/github/release/NethermindEth/nethermind.svg )] ( https://github.com/NethermindEth/nethermind/releases ) | https://github.com/NethermindEth/nethermind/releases |
10
10
| 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 |
11
11
| Website | | http://nethermind.io/ |
12
+ | Docker|| https://cloud.docker.com/u/nethermind/repository/docker/nethermind/nethermind.runner |
12
13
13
14
## Download and run:
14
15
[ Windows] ( http://downloads.nethermind.io ) <br />
Original file line number Diff line number Diff line change @@ -2,3 +2,30 @@ Download
2
2
********
3
3
4
4
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
You can’t perform that action at this time.
0 commit comments