From 3e58001ebf95bc80ca7963def87db473478bd37a Mon Sep 17 00:00:00 2001 From: Alex Dovzhanyn Date: Sun, 28 Jul 2024 16:47:42 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37ecad1..0160f3e 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,9 @@ Thank you for your interest in contributing to the Theta programming language! H ```sh ./build.sh ``` - or, if on Windows, create a `build` directory in the root, then navigate to it in your terminal: + or, if on Windows: ```sh - CC=clang CXX=clang++ cmake .. -G "Unix Makefiles" - make + ./build-windows.sh ``` ### Verifying the Installation