Skip to content

Commit c2c9295

Browse files
committed
Docs: Change order entries
1 parent 948ed39 commit c2c9295

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Website/src/pages/download.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,17 @@ Get-FileHash -Path .\NETworkManager_{VERSION}_Setup.exe -Algorithm SHA256
114114

115115
:::
116116

117-
## Pre-release
117+
## Silent install
118118

119-
Features under development are (sometimes) available as pre-releases directly via [GitHub Releases](https://github.com/BornToBeRoot/NETworkManager/releases).
119+
Install silent with the following command:
120120

121-
You can help to improve the software by testing pre-release versions and reporting bugs via [GitHub Issues](https://github.com/BornToBeRoot/NETworkManager/issues/new/choose).
121+
```
122+
.\NETworkManager_{VERSION}_Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="desktopicon" /SP-
123+
```
122124

123-
:::warning
125+
:::info
124126

125-
Please note that pre-release versions are not as stable as regular versions and may contain more bugs.
127+
The setup is based on [InnoSetup](https://jrsoftware.org/isinfo.php) and the common [command line parameters](https://jrsoftware.org/ishelp/index.php?topic=setupcmdline) are supported.
126128

127129
:::
128130

@@ -164,17 +166,15 @@ Get-EvergreenApp -Name NETworkManager | Save-EvergreenApp -Path C:\Users\$env:Us
164166

165167
Evergreen PowerShell module: [github.com/aaronparker/evergreen](https://github.com/aaronparker/evergreen)
166168

167-
## Silent install
169+
## Pre-release
168170

169-
Install silent with the following command:
171+
Features under development are (sometimes) available as pre-releases directly via [GitHub Releases](https://github.com/BornToBeRoot/NETworkManager/releases).
170172

171-
```
172-
.\NETworkManager_{VERSION}_Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="desktopicon" /SP-
173-
```
173+
You can help to improve the software by testing pre-release versions and reporting bugs via [GitHub Issues](https://github.com/BornToBeRoot/NETworkManager/issues/new/choose).
174174

175-
:::info
175+
:::warning
176176

177-
The setup is based on [InnoSetup](https://jrsoftware.org/isinfo.php) and the common [command line parameters](https://jrsoftware.org/ishelp/index.php?topic=setupcmdline) are supported.
177+
Please note that pre-release versions are not as stable as regular versions and may contain more bugs.
178178

179179
:::
180180

0 commit comments

Comments
 (0)