fix build instructions

This commit is contained in:
tevador 2020-06-13 22:15:03 +02:00
parent afb3912f51
commit 9e9b8c7464
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
```
git clone https://github.com/tevador/monero-seed.git
cd monero-seed
mkdir build && cd build
cmake ..
make
```