Skip to content

Commit

Permalink
Monero version changed to 0.13.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
moneroexamples authored Nov 9, 2018
1 parent 25a2884 commit 1be824a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ For other Linux operating systems, the instructions are analogical.

#### Monero download and compilation

Download and compile recent Monero into your home folder:
Download and compile recent Monero (v 0.13) into your home folder:

```bash
# first install monero dependecines
Expand All @@ -101,6 +101,9 @@ git clone --recursive https://github.com/monero-project/monero

cd monero/

# checkout latest release of monero v0.13.0.4
git checkount -b v13004 v0.13.0.4

USE_SINGLE_BUILDDIR=1 make
```

Expand Down

0 comments on commit 1be824a

Please sign in to comment.