aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-06-20 14:08:19 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-06-20 14:08:19 -0500
commit70f932fe0ae016bab0f21894796412821f425e39 (patch)
tree7db0293606b44c5a6d5567acc0a817bb08350e33 /README.md
parentMerge pull request #3702 (diff)
parentadding win building details. (diff)
downloadmonero-70f932fe0ae016bab0f21894796412821f425e39.tar.xz
Merge pull request #3880
91663fc adding win building details. (k1nghat)
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index e7bac8ab9..15081263b 100644
--- a/README.md
+++ b/README.md
@@ -310,8 +310,22 @@ application.
or `MinGW-w64-Win64 Shell` shortcut on 32-bit Windows. Note that if you are
running 64-bit Windows, you will have both 64-bit and 32-bit MinGW shells.
+**Cloning**
+
+* To git clone, run:
+
+ git clone --recursive https://github.com/monero-project/monero.git
+
**Building**
+* Change to the cloned directory, run:
+
+ 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.1.0'. If you dont care about the version and just want binaries from master, skip this step:
+
+ git checkout v0.12.1.0
+
* If you are on a 64-bit system, run:
make release-static-win64