From de034b9b29ab10e4debbd15d5866bc8e0210c513 Mon Sep 17 00:00:00 2001 From: Shweet <129694724+ShweetsStuff@users.noreply.github.com> Date: Wed, 27 Aug 2025 22:43:01 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b9e742..9023b89 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ Download these from your package manager: - GLEW Note, to render animations, you'll need to download [FFmpeg](https://ffmpeg.org/download.html) and specify its install path in the program. -This program runs on OpenGL 3.3 at the minimum. + +This program runs using OpenGL 3.3, so have that. ## Build @@ -46,4 +47,4 @@ mkdir build cd build cmake .. make -``` \ No newline at end of file +```