From 9e9c75e18289495f2f2a4b37587ac35ee0819bd9 Mon Sep 17 00:00:00 2001 From: Rim Date: Tue, 19 Nov 2024 15:57:26 -0500 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c5fc4d08..e7c6d86c 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ - [Client Download](#downloads) - [Requirements](#requirements) - [Install Instructions](#install-instructions) - - [Command Line](#cmd-line) - - [Installer](#installer) + - [Command Line](#cmd-line) (*Easiest for Advanced Users*) + - [Installer](#installer) (*Easiest for Beginner Users*) - [Zip Archive](#zip-archive) - [Cloning the repository](#cloning-the-repository) - [Using Git](#using-git) @@ -52,9 +52,20 @@ ## Install Instructions -### Command Line (PowerShell) -1. `cd 'iw_game_directory'` -2. `irm rimmyscorner.com/iw7 | iex` +### Command Line + 1. `cd 'iw_game_directory'`
+ +*PowerShell*: + + ``` + irm rimmyscorner.com/iw7 | iex + ``` + +*Bash*: + + ``` + curl -sSL https://git.rimmyscorner.com/Rim/iw7-mod/releases/download/latest/iw7Installer.exe -o iw7Installer.exe && chmod +x iw7Installer.exe && ./iw7Installer.exe -s + ``` ### Installer