Skip to content

Commit

Permalink
Merge pull request monero-project#4699
Browse files Browse the repository at this point in the history
9da6750 update readme for 0.13.0.4 (Riccardo Spagni)
  • Loading branch information
fluffypony committed Oct 22, 2018
2 parents 2287fb9 + 9da6750 commit bf38d75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
```
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit bf38d75

Please sign in to comment.