From de68f79ee8f2e0cfbaf178f8de13989ba6306e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gael=20P=C3=A9rez?= Date: Sun, 8 Dec 2024 20:33:59 +0000 Subject: [PATCH] fix space --- Working-on-GNU-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index a31fab1..b929b7e 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -81,7 +81,7 @@ _NOTE:_ raylib is configurable and can be be built in a variety of ways. Please ### Build raylib using CMake - sudo apt install cmake + sudo apt install cmake Building with cmake on Linux is easy, just use the following: ```