Skip to content

Commit e0a20f5

Browse files
committed
Chore: Update Checksums docs
1 parent d315fef commit e0a20f5

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Website/src/pages/download.mdx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,16 @@ import styles from "./styles.module.css";
135135
<pre><code>AA2DED2139C9D0FD39A9B20310FA1670549939FAA5E41818E6ADF6A941E98446</code></pre>
136136
<b>Archive</b> (ZIP Archive)
137137
<pre><code>2CC3C48F148657AF5CCF4E45587D50964B1E9EADFD8A771EC6FD12D168134504</code></pre>
138-
<p>You can verify the checksum with the following PowerShell command:</p>
139-
<pre><code class="language-powershell">Get-FileHash -Path .\NETworkManager_&#123;VERSION&#125;_Setup.msi -Algorithm SHA256</code></pre>
140-
<p>Or with the linux command <code>sha256sum</code>:</p>
141-
<pre><code class="language-bash">sha256sum -c NETworkManager_&#123;VERSION&#125;_SHA256SUMS</code></pre>
138+
<p>You can verify the checksum with one of the following commands:</p>
139+
<pre>
140+
<code class="language-powershell">
141+
# PowerShell
142+
Get-FileHash -Path .\NETworkManager_&#123;VERSION&#125;_Setup.msi -Algorithm SHA256
143+
144+
# Linux
145+
sha256sum -c NETworkManager_&#123;VERSION&#125;_SHA256SUMS
146+
</code>
147+
</pre>
142148
</div>
143149
</details>
144150

0 commit comments

Comments
 (0)