From de1b84883f0a7d3ccdc3123970d27660f09c080f Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sun, 30 Jul 2017 13:40:56 +1000 Subject: [PATCH] Update readme to specify that it supports windows 98 (in a VM) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0b74612c9..1fa76bfac 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,7 @@ It **does not** work with 'modern/premium' Minecraft servers. #### Requirements * Windows: .NET framework 2.0 or Mono. (Vista and later have .NET framework 2.0 built in) -ClassicalSharp has been verified to work on Windows 2000, unsure about ME and 98. +ClassicalSharp has been verified to work on Windows 2000 and later. The OpenGL build has been verified to work in a Windows 98 virtual machine, however has not been tested on real hardware running Windows 98. * Linux and Mac OSX: Either Wine or Mono. #### Instructions @@ -47,4 +47,4 @@ If you are using Mono, you just need to type `mono Launcher.exe` into the termin * If the server has disabled hacks, key combinations such as fly and speed will not do anything. * To see a list of all built in commands, type `/client commands`. -* To see help for a given built in command, type `/client help `. \ No newline at end of file +* To see help for a given built in command, type `/client help `.