From c9645ddf60e5f26027787e9f82468415d4ee2807 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Thu, 23 Aug 2018 11:17:34 -0400 Subject: [PATCH] Readme update --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe9c57c..80f3bd1 100755 --- a/README.md +++ b/README.md @@ -14,10 +14,14 @@ ## How to Install Open RSC -Install with this command (from your Linux machine): +Docker version (Linux and Windows): curl -sSL https://raw.githubusercontent.com/Open-RSC/Docker-Home/master/Linux_Cloner.sh | bash +Direct install version (Linux only): + + curl -sSL https://raw.githubusercontent.com/Open-RSC/Game/master/Linux_Simple_Cloner.sh | bash + [Return to top](#top) ___