diff --git a/README.txt b/README.txt index f4baea9..3357358 100755 --- a/README.txt +++ b/README.txt @@ -5,6 +5,12 @@ When compiling things with the parser included, make sure you compile using: g++ -std=c++11 *.cpp +ALSO, now that we are compiling into a standalone executable, compile using this command: + +g++ -o test -std=c++11 *.cpp + +"test" can be anything you want, but for now our executable is "test". + //---------------// I changed the name of the repo. To make everything pretty, rename your working folder, and type this line: