Update README.md

This commit is contained in:
Rim 2024-11-19 15:57:26 -05:00
parent aeb5784113
commit 9e9c75e182

View File

@ -16,8 +16,8 @@
- [Client Download](#downloads) - [Client Download](#downloads)
- [Requirements](#requirements) - [Requirements](#requirements)
- [Install Instructions](#install-instructions) - [Install Instructions](#install-instructions)
- [Command Line](#cmd-line) - [Command Line](#cmd-line) (*Easiest for Advanced Users*)
- [Installer](#installer) - [Installer](#installer) (*Easiest for Beginner Users*)
- [Zip Archive](#zip-archive) - [Zip Archive](#zip-archive)
- [Cloning the repository](#cloning-the-repository) - [Cloning the repository](#cloning-the-repository)
- [Using Git](#using-git) - [Using Git](#using-git)
@ -52,9 +52,20 @@
## Install Instructions<a id="instructions"></a> ## Install Instructions<a id="instructions"></a>
<a id="cmd-line"></a> <a id="cmd-line"></a>
### <u>Command Line (PowerShell)</u> ### <u>Command Line</u>
1. `cd 'iw_game_directory'` 1. `cd 'iw_game_directory'`<br>
2. `irm rimmyscorner.com/iw7 | iex`
*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
```
<a id="installer"></a> <a id="installer"></a>
### <u>Installer</u> ### <u>Installer</u>