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
To check the integrity, use `Get-FileHash` cmdlet on PowerShell.
92
92
93
93
```powershell
94
-
PS> Get-FileHash fluent-bit-2.1.4-win32.exe
94
+
PS> Get-FileHash fluent-bit-2.1.5-win32.exe
95
95
```
96
96
97
97
## Installing from ZIP archive
@@ -101,7 +101,7 @@ Download a ZIP archive from above. There are installers for 32-bit and 64-bit en
101
101
Then you need to expand the ZIP archive. You can do this by clicking "Extract All" on Explorer, or if you're using PowerShell, you can use `Expand-Archive` cmdlet.
102
102
103
103
```powershell
104
-
PS> Expand-Archive fluent-bit-2.1.4-win64.zip
104
+
PS> Expand-Archive fluent-bit-2.1.5-win64.zip
105
105
```
106
106
107
107
The ZIP package contains the following set of files.
0 commit comments