From 72d70e8322597909b400a5984a24b8fcc1bf252e Mon Sep 17 00:00:00 2001 From: camr0 Date: Sun, 16 Aug 2020 21:42:48 -0400 Subject: [PATCH] Update host/README.md: c-host -> host --- host/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/README.md b/host/README.md index c5f41256..b31526f4 100644 --- a/host/README.md +++ b/host/README.md @@ -20,8 +20,8 @@ Currently only Windows is supported however there is some initial support for Li 6. configure the project and build it ``` -mkdir LookingGlass/c-host/build -cd LookingGlass/c-host/build +mkdir LookingGlass/host/build +cd LookingGlass/host/build cmake -G "MSYS Makefiles" .. make ```