From 72067502e4f9ac0d6032b63e2224b5e47f084413 Mon Sep 17 00:00:00 2001 From: The Kevacoin Project <45381575+kevacoin-project@users.noreply.github.com> Date: Sat, 14 Mar 2020 15:33:40 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41e2f98..bce7a87 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ If you need to bind to privileged ports and don't want to run from `root`: ### Windows -If you are using Windows Linux Sytem (WLS), check the instruction under ### Lunix. +If you are using Windows Linux Sytem (WLS), check the instruction under Linux. Just like Monero, keva-stratum can be built on Windows using the MinGW toolchain within [MSYS2](https://www.msys2.org/) environment. @@ -116,7 +116,7 @@ Build stratum: mkdir build cd build - cmake -G "MSYS Makefiles" . + cmake -G "MSYS Makefiles" .. **IMPORTANT: STOP AND CHECK**