diff --git a/README.md b/README.md index c408693..c4a383d 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,14 @@ Or use this in __`linux/macOS/Unix`__ > [cpp compiler] -std=c++11 -O3 main.cpp -o nasal -fno-exceptions -ldl +Or using makefile,`mingw32-make` is __`Windows`__ platform's `make`: + +> mingw32-make nasal.exe + +in __`linux/macOS/Unix`__: + +> make nasal + ## __How to Use__ First we should learn how to write a program using this language, @@ -1584,11 +1592,11 @@ vm stack(limit 5, total 0) If want help, input `h` to get help. ```bash ->> h