You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A PowerShell module for compiling [**SourceMod**](https://www.sourcemod.net/)[`.sp`](https://wiki.alliedmods.net/Compiling_SourceMod_Plugins) and [**AMX Mod X**](https://www.amxmodx.org/)[`.sma`](https://wiki.alliedmods.net/Compiling_Plugins_(AMX_Mod_X)) plugin source files for [**Source**](https://developer.valvesoftware.com/wiki/Source) / [**Goldsource**](https://developer.valvesoftware.com/wiki/Goldsource) games.
12
+
A PowerShell module for compiling [**SourceMod**](https://www.sourcemod.net/)([`.sp`](https://wiki.alliedmods.net/Compiling_SourceMod_Plugins)) and [**AMX Mod X**](https://www.amxmodx.org/)([`.sma`](https://wiki.alliedmods.net/Compiling_Plugins_(AMX_Mod_X))) plugin source files for [**Source**](https://developer.valvesoftware.com/wiki/Source) / [**Goldsource**](https://developer.valvesoftware.com/wiki/Goldsource) games.
13
13
14
14
## Introduction
15
15
@@ -19,7 +19,6 @@ A PowerShell module for compiling [**SourceMod**](https://www.sourcemod.net/) [`
19
19
20
20
-**Windows** with [PowerShell 4.0 or later](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-windows-powershell?view=powershell-5.1), or ***nix** with [PowerShell Core](https://github.com/powershell/powershell).
21
21
22
-
23
22
## Installation
24
23
25
24
First, ensure [`PSGallery`](https://www.powershellgallery.com/) is registered as a PowerShell repository:
0 commit comments