Skip to content

Commit c4f8dfd

Browse files
committed
Chore: Update website
1 parent 6d03252 commit c4f8dfd

File tree

1 file changed

+47
-17
lines changed

1 file changed

+47
-17
lines changed

Website/src/pages/download.mdx

Lines changed: 47 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Download the latest binaries via GitHub Releases:
7979
<details>
8080
<summary>Checksums [SHA-256]</summary>
8181
<div>
82-
<p>Checksums [SHA-256] for the latest release:</p>
82+
<p>SHA-256 checksums for the latest release:</p>
8383
<p>
8484
<b>Setup</b> (MSI-Installer)
8585
<pre>
@@ -97,7 +97,7 @@ Download the latest binaries via GitHub Releases:
9797
<pre>
9898
<code>
9999
68FFC7A42F0CF27B83525BB6AE79C730C96C40A956869F5C45D60B97CCECAE74
100-
</code>
100+
</code>
101101
</pre>
102102
</p>
103103
<p>Verify the file hash with the following PowerShell command:</p>
@@ -107,24 +107,54 @@ Download the latest binaries via GitHub Releases:
107107
-Algorithm SHA256
108108
</code>
109109
</pre>
110+
<p>
111+
Checksums for each release can be found on{" "}
112+
<a
113+
href="https://github.com/BornToBeRoot/NETworkManager/releases"
114+
target="_blank"
115+
>
116+
GitHub Releases
117+
</a>{" "}
118+
section.
119+
</p>
110120
</div>
111121
</details>
112122

113-
:::info
114-
115-
**Setup** (MSI-Installer) [Recommended]<br />
116-
Installs NETworkManager on your system for all users (requires administrator privileges).<br />
117-
Profiles and settings are stored in the user profile under `Documents\NETworkManager`.<br />
118-
119-
**Portable** (ZIP-Archive)<br />
120-
Run NETworkManager anywhere without installation (e.g. USB stick, network share).<br />
121-
Profiles and settings are stored in the same directory as the executable. Upgrades are supported by copying the `Profiles` and `Settings` directories to the newly downloaded version.
122-
123-
**Archive** (ZIP-Archive)<br />
124-
Run NETworkManager anywhere without installation (e.g. USB stick, network share).<br />
125-
Profiles and settings are stored in the user profile under `Documents\NETworkManager`. Might be useful for custom deployment senarios (e.g. Terminal Server, Intune, etc.).
126-
127-
:::
123+
<details>
124+
<summary>
125+
<svg viewBox="0 0 14 16">
126+
<path
127+
fill-rule="evenodd"
128+
d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"
129+
></path>
130+
</svg>
131+
<p>What version should I download?</p>
132+
</summary>
133+
<div>
134+
<p>NETworkManager is available in three different versions:</p>
135+
<ul>
136+
<li>
137+
<b>Setup</b> (MSI-Installer): Recommended for most users, installs
138+
NETworkManager for all users on the system. Requires administrator
139+
privileges. Settings and profiles are stored in the user profile
140+
directory under <code>~\Documents\NETworkManager</code>.
141+
</li>
142+
<li>
143+
<b>Portable</b> (ZIP-Archive): Run NETworkManager without installation,
144+
e.g. from a USB stick or network share. Settings and profiles are stored
145+
in the same directory as the executable. Upgrades are supported by
146+
copying the <code>Profiles</code> and <code>Settings</code> directories
147+
to the new version.
148+
</li>
149+
<li>
150+
<b>Archive</b> (ZIP-Archive): Similar to Portable, but stores profiles
151+
and settings in the user profile directory under{" "}
152+
<code>~\Documents\NETworkManager</code>. This version might be useful
153+
for custom deployment scenarios (e.g. Terminal Server, Intune, etc.).
154+
</li>
155+
</ul>
156+
</div>
157+
</details>
128158

129159
## System requirements
130160

0 commit comments

Comments
 (0)