From c2420aa4de3a69e16042eb8623c9b4025b9275d2 Mon Sep 17 00:00:00 2001 From: CAPTAIN1947 <87000456+CAPTAIN1947@users.noreply.github.com> Date: Sat, 16 Apr 2022 22:12:50 +0530 Subject: [PATCH] Updated the releases link. It linked to 2.5 now it should link to the latest(no specific version) --- Use-raylib-with-Sublime-Text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Use-raylib-with-Sublime-Text.md b/Use-raylib-with-Sublime-Text.md index d1add6b..b179dd1 100644 --- a/Use-raylib-with-Sublime-Text.md +++ b/Use-raylib-with-Sublime-Text.md @@ -3,7 +3,7 @@ **Note:** The following how-to is mostly for Windows. If you know a way to do it on Mac and/or Linux, feel free to edit this wiki and add it. ### Step 1 -Install the latest release of Raylib from the **[releases page](https://github.com/raysan5/raylib/releases/tag/2.5.0)**. If you're on Windows installing Raylib with MingW (GCC) or TCC included will make it easier. +Install the latest release of Raylib from the **[releases page](https://github.com/raysan5/raylib/releases)**. If you're on Windows installing Raylib with MingW (GCC) or TCC included will make it easier. ### Step 2 Depending on how easy you want to make it for yourself, create a file called `build.bat` in the root of your current project (recommended) or in `%AppData%\Sublime Text 3\Packages\User`