From 18c2f2a5b2e5c73303f8b409c272fd23e677692a Mon Sep 17 00:00:00 2001 From: Victor Hans-Georg Waitz <3013050@stud.hs-mannheim.de> Date: Fri, 4 Oct 2024 17:22:02 +0200 Subject: [PATCH] Add README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd1b000 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Usage +Zig script and build.sh need to be in the same location. +Add execute permission to the build.sh: +`chmod 744 build.sh` + +## Build zig script +`./build.sh zigScriptToBuild.zig` \ No newline at end of file