diff --git a/README.md b/README.md index afd605a..47cb416 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ irm https://dnot.sh/ | iex ``` > [!NOTE] -> As seen in examples 2 and 3 you can pass the commandline arguments to the installer script and it will forward them to `defendnot-loader`. For reference what commandline arguments are allowed, see the `Usage` section below. +> As seen in examples 2 and 3, you can pass the commandline arguments to the installer script and it will forward them to `defendnot-loader`. For reference what commandline arguments are allowed, see the `Usage` section below. > [!NOTE] > You can also directly use the 'longer' version of installer script url, which is `https://raw.githubusercontent.com/es3n1n/defendnot/refs/heads/master/install.ps1` diff --git a/install.ps1 b/install.ps1 index 3ea7cbc..6102a01 100644 --- a/install.ps1 +++ b/install.ps1 @@ -46,7 +46,7 @@ Add-Type -AssemblyName System.IO.Compression.FileSystem [System.IO.Compression.ZipFile]::ExtractToDirectory($zipPath, $InstallPath) Remove-Item $zipPath -Write-Host "`nDefendnot installed to $InstallPath" +Write-Host "`nInstalled to $InstallPath" Write-Host "Starting..." Write-Host "Args: $args" & "$InstallPath\defendnot-loader.exe" @args