From f846de266c955799e3ac3d33592c3be28490b7f2 Mon Sep 17 00:00:00 2001 From: Jonathan Commins Date: Sat, 18 Nov 2017 15:34:20 +0700 Subject: [PATCH] Grammar --- Compile-for-OSX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-for-OSX.md b/Compile-for-OSX.md index 383e2f7..07c6c9b 100644 --- a/Compile-for-OSX.md +++ b/Compile-for-OSX.md @@ -68,7 +68,7 @@ If you'd like to use C instead: clang -I /path/to/raylib/src -L /usr/local/lib -L /path/to/raylib/release/libs/osx -lglfw -lraylib -framework GLUT -framework OpenGL -framework Cocoa my_app.c -o my_app ```` -Make sure to replace `/path/to/raylib` with the actual path to your cloned copy of the raylib repository. +Make sure to replace `/path/to/raylib` with the actual path to your copy of the raylib repository. Now running build.sh (after setting permissions, ie. `chmod +x build.sh`) will compile your program!