diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-09-22 21:31:06 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-09-22 21:31:06 +0200 |
commit | 6f153533e2a2eabe89cea9f7da07baa6a673d478 (patch) | |
tree | b3de362f13474d71f846332c67ca1c68797d11d2 /README.md | |
parent | Merge pull request #4416 (diff) | |
download | monero-6f153533e2a2eabe89cea9f7da07baa6a673d478.tar.xz |
update readme with v13.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -180,7 +180,7 @@ invokes cmake commands as needed. * Change to the root of the source code directory, change to the most recent release branch, and build: cd monero - git checkout v0.12.3.0 + git checkout v0.13.0.0 make *Optional*: If your machine has several cores and enough memory, enable @@ -242,7 +242,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.12.3.0 + git checkout tags/v0.13.0.0 ``` * Build: ``` @@ -339,9 +339,9 @@ application. cd monero -* If you would like a specific [version/tag](https://github.com/monero-project/monero/tags), do a git checkout for that version. eg. 'v0.12.3.0'. If you dont care about the version and just want binaries from master, skip this step: +* If you would like a specific [version/tag](https://github.com/monero-project/monero/tags), do a git checkout for that version. eg. 'v0.13.0.0'. If you dont care about the version and just want binaries from master, skip this step: - git checkout v0.12.3.0 + git checkout v0.13.0.0 * If you are on a 64-bit system, run: |