aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-10-22 23:12:23 +0200
committerRiccardo Spagni <ric@spagni.net>2018-10-22 23:12:23 +0200
commit9da67502d54ce9568d6d4878eaec98a7447b8a17 (patch)
tree2b53e6925d2601cfcf2553f13975ea63129a142d /README.md
parentfix version changes on master (diff)
downloadmonero-9da67502d54ce9568d6d4878eaec98a7447b8a17.tar.xz
update readme for 0.13.0.4
Diffstat (limited to '')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5da96371a..601cce544 100644
--- a/README.md
+++ b/README.md
@@ -179,7 +179,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.13.0.0
+ git checkout v0.13.0.4
make
*Optional*: If your machine has several cores and enough memory, enable
@@ -241,7 +241,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.13.0.0
+ git checkout tags/v0.13.0.4
```
* Build:
```
@@ -340,7 +340,7 @@ application.
* 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.13.0.0
+ git checkout v0.13.0.4
* If you are on a 64-bit system, run: