From 704b56068df369d2ec19bfd05f6c057dc76e76aa Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 15 Aug 2018 21:36:32 -0400 Subject: [PATCH] Fix readme --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 011efb75..90409663 100644 --- a/README.md +++ b/README.md @@ -102,22 +102,8 @@ make test 1. Install [Visual Studio](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=15#) or [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=15#) 2. Run a Visual Studio Command Prompt (cl.exe and link.exe need to be on the PATH) and cd to the directory with dst. -3. Run `build` to compile dst. -4. Run `build test` to make sure everything is working. - -```sh -cd somewhere/my/projects/dst -mkdir -p build -cd build -cmake -DCMAKE_BUILD_TYPE=Release .. -make -make test -``` - -The repl can also be run with the CMake run target. -```sh -make run -``` +3. Run `build_win` to compile dst. +4. Run `build_win test` to make sure everything is working. ## Examples