From ea0a4de1678e0e6718988f8f9ae38f00a674cf75 Mon Sep 17 00:00:00 2001 From: Nathan Windisch Date: Thu, 25 Jul 2024 14:45:46 +0100 Subject: [PATCH] chore: fixed typo in install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85f6db6..50c5453 100644 --- a/README.md +++ b/README.md @@ -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)