From f9e4d21dc6ea59a5037488c3ba55c557ccb7729b Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Thu, 5 Apr 2018 13:41:27 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e991b98..edd3cbe 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ git clone --recursive https://github.com/monero-project/monero cd monero/ # checkout last monero version -#git checkout -b last_release v0.12.0.0 +git checkout -b last_release v0.12.0.0 make ```