chore: fixed typo in install

This commit is contained in:
Nathan Windisch 2024-07-25 14:45:46 +01:00
parent 08a05eab2c
commit ea0a4de167

View File

@ -6,7 +6,7 @@
[Install.ps1](https://git.wnd.sh/n/PSGraylog/raw/branch/main/Install.ps1) file before running it? c:
```pwsh
$URI = "https://git.wnd.sh/n/PSGraylog/raw/branch/main/Install.ps1"
$URI | Invoke-RestMethod | Invoke-Expression
Invoke-RestMethod $URI | Invoke-Expression
```
2. Next, import the module into your environment. You should be prompted to set up your Graylog host, and your credentials. (Note that you can always re-run
this with `Initialize-GraylogServiceVault` later if you wish)