From 2ad27d9071722c60ac248dec28cbc8a36a1b3803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20S=2E=20=C3=81valos?= Date: Sat, 13 May 2017 14:27:34 -0300 Subject: [PATCH] Typo correction unistall to uninstall --- Compile-for-GNU-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compile-for-GNU-Linux.md b/Compile-for-GNU-Linux.md index 07e5707..b1f578d 100644 --- a/Compile-for-GNU-Linux.md +++ b/Compile-for-GNU-Linux.md @@ -49,8 +49,8 @@ If you want, you can install the library in the standard directories, or remove sudo make install # Static version. sudo make install SHARED=YES # Dynamic shared version. - sudo make unistall - sudo make unistall SHARED=YES + sudo make uninstall + sudo make uninstall SHARED=YES ### Compile raylib examples Just move to folder `raylib/examples/` and run: