diff --git a/README.md b/README.md index dd40117..7cf3043 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -# screensaver +# Majora's Screensaver -Example C program with zig build that can target Windows, Mac and Linux. \ No newline at end of file +Example C program with zig build that can target Windows, Mac and Linux. + +## Instructions + +1. [Download](https://ziglang.org/download/) Zig v0.15.2 (stable) +2. Ensure Zig is on your PATH +3. Navigate to our project's root directory +4. Call `zig build` +5. Run `./zig-out/bin/screensaver` + +For Apple users who want a macOS app bundle, call `zig build bundle` instead.