Skip to content

Commit b913d83

Browse files
committed
Update download.mdx
1 parent f7eeca9 commit b913d83

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

Website/src/pages/download.mdx

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -103,24 +103,26 @@ import styles from "./styles.module.css";
103103
<p>NETworkManager is available in three different versions:</p>
104104
<ul>
105105
<li>
106-
<b>Setup</b> (MSI-Installer):<br />Recommended for most users, installs
107-
NETworkManager for all users on the system. Requires administrator
108-
privileges. Settings and profiles are stored in the user profile
109-
directory under <code>~\Documents\NETworkManager</code>. Can also be
110-
used for centralized deployment via Intune, SCCM, etc.
106+
<b>Setup</b> (MSI-Installer)<br />
107+
Recommended for most users, installs NETworkManager for all users
108+
on the system. Requires administrator privileges. Settings and profiles
109+
are stored in the user profile directory under
110+
<code>~\Documents\NETworkManager</code>. Can also be used for
111+
centralized deployment via Intune, SCCM, etc.
111112
</li>
112113
<li>
113-
<b>Portable</b> (ZIP-Archive):<br />Run NETworkManager without installation,
114-
e.g. from a USB stick or network share. Settings and profiles are stored
115-
in the same directory as the executable. Upgrades are supported by
116-
copying the <code>Profiles</code> and <code>Settings</code> directories
114+
<b>Portable</b> (ZIP-Archive)<br />
115+
Run NETworkManager without installation, e.g. from a USB stick or
116+
network share. Settings and profiles are stored in the same directory
117+
as the executable. Upgrades are supported by copying the
118+
<code>Profiles</code> and <code>Settings</code> directories
117119
to the new version.
118120
</li>
119121
<li>
120-
<b>Archive</b> (ZIP-Archive):<br />Similar to Portable, but stores profiles
121-
and settings in the user profile directory under
122-
<code>~\Documents\NETworkManager</code>. This version might be useful for
123-
custom deployment scenarios (e.g. Terminal Server, Intune, etc.).
122+
<b>Archive</b> (ZIP-Archive)<br />
123+
Similar to Portable, but stores profiles and settings in the user profile
124+
directory under <code>~\Documents\NETworkManager</code>. This version might
125+
be useful for custom deployment scenarios (e.g. Terminal Server, Intune, etc.).
124126
</li>
125127
</ul>
126128
</div>

0 commit comments

Comments
 (0)