@@ -230,18 +230,18 @@ Below are the methods for installing the OpenModSim for different OS
230230## <img src =" docs/icons/logo_windows.svg " width =" 16 " height =" 16 " > Microsoft Windows
231231Run the installer:
232232
233- - For 32-bit Windows: ` qt5-omodsim_1.12 .0_x86.exe `
234- - For 64-bit Windows: ` qt5-omodsim_1.12 .0_x64.exe ` or ` qt6-omodsim_1.12 .0_x64.exe `
233+ - For 32-bit Windows: ` qt5-omodsim_1.13 .0_x86.exe `
234+ - For 64-bit Windows: ` qt5-omodsim_1.13 .0_x64.exe ` or ` qt6-omodsim_1.13 .0_x64.exe `
235235
236236## <img src =" docs/icons/logo_debian.svg " width =" 20 " height =" 20 " > Debian / <img src =" docs/icons/logo_ubuntu.svg " width =" 20 " height =" 20 " > Ubuntu / <img width =" 20 " height =" 20 " src =" docs/icons/logo_mint.png " /> Mint / <img src =" docs/icons/logo_zorin.png " width =" 20 " height =" 20 " > Zorin / <img width =" 22 " height =" 22 " src =" docs/icons/logo_astra.png " /> Astra Linux
237237### Install
238238Install the DEB package from the command line:
239239``` bash
240- sudo apt install ./qt6-omodsim_1.12 .0-1_amd64.deb
240+ sudo apt install ./qt6-omodsim_1.13 .0-1_amd64.deb
241241```
242242or if you want to use Qt5 libraries:
243243``` bash
244- sudo apt install ./qt5-omodsim_1.12 .0-1_amd64.deb
244+ sudo apt install ./qt5-omodsim_1.13 .0-1_amd64.deb
245245```
246246
247247### Remove
@@ -258,7 +258,7 @@ sudo apt remove qt5-omodsim
258258### Install
259259Install the RPM package from the command line:
260260``` bash
261- sudo dnf install ./qt6-omodsim-1.12 .0-1.x86_64.rpm
261+ sudo dnf install ./qt6-omodsim-1.13 .0-1.x86_64.rpm
262262```
263263
264264### Remove
@@ -271,7 +271,7 @@ sudo dnf remove qt6-omodsim
271271### Install
272272Install the RPM package from the command line as root user:
273273``` bash
274- apt-get install ./qt6-omodsim-1.12 .0-1.x86_64.rpm
274+ apt-get install ./qt6-omodsim-1.13 .0-1.x86_64.rpm
275275```
276276
277277### Remove
@@ -288,7 +288,7 @@ sudo rpm --import qt6-omodsim.rpm.pubkey
288288```
289289Install the RPM package using Zypper:
290290``` bash
291- sudo zypper install ./qt6-omodsim-1.12 .0-1.x86_64.rpm
291+ sudo zypper install ./qt6-omodsim-1.13 .0-1.x86_64.rpm
292292```
293293
294294### Remove
0 commit comments