File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -114,20 +114,15 @@ import styles from "./styles.module.css";
114114 <p >You can verify the checksum with the following PowerShell command:</p >
115115 <pre >
116116 <code class = " language-powershell" >
117- Get-FileHash -Path .\NETworkManager_ { VERSION } _ Setup.msi -Algorithm
118- SHA256
117+ Get-FileHash -Path .\NETworkManager_ { VERSION } _ Setup.msi -Algorithm SHA256
119118 </code >
120119 </pre >
121120 <p >
122121 Checksums for each release can be found on
123- <span >
124- <a
125- href = " https://github.com/BornToBeRoot/NETworkManager/releases"
126- target = " _blank"
127- >
128- GitHub Releases
129- </a >
130- </span >.
122+ <a href = " https://github.com/BornToBeRoot/NETworkManager/releases" target = " _blank" >
123+ GitHub Releases
124+ </a >
125+ .
131126 </p >
132127 </div >
133128</details >
You can’t perform that action at this time.
0 commit comments