From 9e9b8c7464d6b9723c3ef788f1deebcece3c0da4 Mon Sep 17 00:00:00 2001 From: tevador Date: Sat, 13 Jun 2020 22:15:03 +0200 Subject: [PATCH] fix build instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d37e64f..52cab2c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ``` git clone https://github.com/tevador/monero-seed.git cd monero-seed +mkdir build && cd build cmake .. make ```