From 57e7acf97aed2c2863fdf679640422965d325637 Mon Sep 17 00:00:00 2001 From: GruelingPine185 <66073333+GruelingPine185@users.noreply.github.com> Date: Fri, 23 Sep 2022 18:18:46 -0400 Subject: [PATCH] updated README.md Building section --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 79cd282..6147070 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,9 @@ Special thanks to http://craftinginterpreters.com/ for their fantastic book that ## Building -For windows, simply run `make` in the root directory. +For Windows and MacOS, simply run `make` in the root directory. -For linux, run `make repl-static` in the root directory (see [this issue for details](https://github.com/Ratstail91/Toy/issues/26)). - -For mac, good luck. +For Linux, run `make repl-static` in the root directory (see [this issue for details](https://github.com/Ratstail91/Toy/issues/26)). ## Syntax @@ -70,4 +68,4 @@ Permission is granted to anyone to use this software for any purpose, including 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. \ No newline at end of file +3. This notice may not be removed or altered from any source distribution.