From dd935e989b3f34986edc921af10511166e4cf4e8 Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Sun, 6 Nov 2022 12:52:22 +0800 Subject: [PATCH] Create README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05fde34c..e7025b25 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ It will generate `pocketpy.h` and `main.cpp` in `amalgamate/` directory. You can **If you want to do development:** ```bash -bash build_cpp.sh +g++ -o pocketpy src/main.cpp --std=c++17 -O1 ``` ## Reference