We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a20f5 commit b70f324Copy full SHA for b70f324
Website/src/pages/download.mdx
@@ -138,10 +138,10 @@ import styles from "./styles.module.css";
138
<p>You can verify the checksum with one of the following commands:</p>
139
<pre>
140
<code class="language-powershell">
141
- # PowerShell
+ # PowerShell
142
Get-FileHash -Path .\NETworkManager_{VERSION}_Setup.msi -Algorithm SHA256
143
144
- # Linux
+ # Linux
145
sha256sum -c NETworkManager_{VERSION}_SHA256SUMS
146
</code>
147
</pre>
0 commit comments