chore: fixed typo in install
This commit is contained in:
parent
08a05eab2c
commit
ea0a4de167
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user