From 8440750fecf94909348d11d01a223ffc0a9331ec Mon Sep 17 00:00:00 2001 From: Jiarui Li <292943912@sjtu.edu.cn> Date: Fri, 24 Feb 2023 07:48:51 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ccc9285..f38b449 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,13 @@ cmake .. Cmake will generate Microsft visual studio project. Click the `*.sln` file to open the project and build. +### For Mac + +Compile and run the executable: +``` +make && ./0_dummy/0_dummy +``` + ### For Linux Compile and run the executable, e.g. Ubuntu: -- GitLab