Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tkstanczak committed Jan 15, 2019
2 parents a2d9d0d + 386ee91 commit 9eef053
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
| Releases | [![GitHub release](https://img.shields.io/github/release/NethermindEth/nethermind.svg)](https://github.com/NethermindEth/nethermind/releases) | https://github.com/NethermindEth/nethermind/releases |
| 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 |
| Website | | http://nethermind.io/ |
|Docker||https://cloud.docker.com/u/nethermind/repository/docker/nethermind/nethermind.runner|

## Download and run:
[Windows](http://downloads.nethermind.io)<br/>
Expand Down
27 changes: 27 additions & 0 deletions docs/source/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,30 @@ Download
********

You can download the latest packages for all supported platforms from `here <http://downloads.nethermind.io>`_

Windows

* download Windows package
* unzip
* open the folder
* Nethermind.Runner.exe

Linux (Ubuntu 16.04 18.04 - reach out on gitter for other distributions)

* sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
* curl https://nethdev.blob.core.windows.net/builds/nethermind-linux-amd64-0.9.1-8bf2977.zip --output
* nethermind_0_9_2.zip
* unzip nethermind_0_9_2.zip -d nethermind_0_9_2
* cd nethermind_0_9_2
* chmod +x Nethermind.Runner
* ./Nethermind.Runner

MacOS (10.12+)

* brew install gmp
* brew install snappy
* download MacOS package
* unzip
* cd into the folder
* chmod +x Nethermind.Runner
* ./Nethermind.Runner

0 comments on commit 9eef053

Please sign in to comment.