diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-02-16 14:18:06 +0100 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-02-16 14:18:06 +0100 |
commit | 1f277f7c1ec0414cebf39d5f4f4242c4259d92eb (patch) | |
tree | 4c009da66b1a8534a82dc94ebfd33bc2d6f620c1 /README.md | |
parent | Merge pull request #3094 (diff) | |
parent | Update readme with correct tag version (diff) | |
download | monero-1f277f7c1ec0414cebf39d5f4f4242c4259d92eb.tar.xz |
Merge pull request #3160
a3c5a73c Update readme with correct tag version (Calvin Liang)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,7 +251,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch ( ``` git clone https://github.com/monero-project/monero.git cd monero - git checkout tags/v0.11.0.0 + git checkout tags/v0.11.1.0 ``` * Build: ``` |