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`