From 55cfe34dfa3f727124b9a74bb6d13ea5294a027e Mon Sep 17 00:00:00 2001 From: Lexxy Fox Date: Wed, 1 Nov 2023 13:57:59 -0500 Subject: [PATCH] added README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc2b6c6 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +(TODO: actual readme) +## Quick run right now, no questions asked +```sh +git clone https://codeberg.org/LexxyFox/glxgears +make -C glxgears run +``` + +You'll need to have the build dependencies already installed (GL, GLUT, M, and X11). + +## Install +If anyone actually wants to install this on their system, let me know and I'll write instructions? \ No newline at end of file