updated README.md Building section

This commit is contained in:
GruelingPine185
2022-09-23 18:18:46 -04:00
parent 32aad5eecc
commit 57e7acf97a

View File

@@ -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.
3. This notice may not be removed or altered from any source distribution.