Update host/README.md: c-host -> host

This commit is contained in:
camr0 2020-08-16 21:42:48 -04:00 committed by Geoffrey McRae
parent c66a339bbc
commit 72d70e8322

View File

@ -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
```