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.
17
17
18
18
```text
19
-
PS> Get-FileHash td-agent-bit-1.8.6-win32.exe
19
+
PS> Get-FileHash td-agent-bit-1.8.7-win32.exe
20
20
```
21
21
22
22
## Installing from ZIP archive
@@ -26,7 +26,7 @@ Download a ZIP archive from above. There are installers for 32-bit and 64-bit en
26
26
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.
27
27
28
28
```text
29
-
PS> Expand-Archive td-agent-bit-1.8.6-win64.zip
29
+
PS> Expand-Archive td-agent-bit-1.8.7-win64.zip
30
30
```
31
31
32
32
The ZIP package contains the following set of files.
@@ -192,4 +192,3 @@ To create a ZIP package, call `cpack` as follows:
0 commit comments