From 570652e40de9ce2e6bb58614c28953fd61b25320 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Thu, 23 Dec 2021 16:17:41 -0600 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8da2122..71e1be4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ It runs natively on Linux! No mucking about trying to get .NET 4.6.1 or somethin Only requires OpenGL, Ruby, and a few gems. ## Installing +* Install Ruby 3.0+, from your package manager. +* Install Gosu's [dependencies](https://github.com/gosu/gosu/wiki/Getting-Started-on-Linux). +* Install required gems: `bundle install` ## Usage +`ruby w3d_hub_linux_launcher.rb` ## Contributing +Contributors welcome, especially if anyone can lend a hand at reducing patching memory usage.