hide manual installation method from Readme

This commit is contained in:
Boris Yumankulov 2024-09-17 16:24:52 +05:00
parent 6fce482077
commit 9d182d3d91
No known key found for this signature in database
GPG Key ID: 14B4A5673FD39C76
2 changed files with 5 additions and 2 deletions

@ -99,7 +99,8 @@ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flat
flatpak install flathub ru.linux_gaming.PortProton flatpak install flathub ru.linux_gaming.PortProton
``` ```
## Универсальный (ручной) метод установки
<details><summary><b>Универсальный (ручной) метод установки (устаревший вариант)</b></summary>
**ВНИМАНИЕ** : при универсальном способе установки PortProton зависимости должны быть установлены вручную! **ВНИМАНИЕ** : при универсальном способе установки PortProton зависимости должны быть установлены вручную!
@ -205,3 +206,4 @@ sudo xbps-install -Su void-repo-multilib
sudo xbps-install -S bash wget icoutils yad bubblewrap zstd cabextract gzip tar xz openssl desktop-file-utils curl dbus freetype xdg-utils sudo xbps-install -S bash wget icoutils yad bubblewrap zstd cabextract gzip tar xz openssl desktop-file-utils curl dbus freetype xdg-utils
gdk-pixbuf noto-fonts-ttf nss xrandr lsof mesa-demos ImageMagick Vulkan-Tools libgcc alsa-plugins-32bit libX11-32bit freetype-32bit libglvnd-32bit libgpg-error-32bit nss-32bit openssl-32bit vulkan-loader vulkan-loader-32bit gdk-pixbuf noto-fonts-ttf nss xrandr lsof mesa-demos ImageMagick Vulkan-Tools libgcc alsa-plugins-32bit libX11-32bit freetype-32bit libglvnd-32bit libgpg-error-32bit nss-32bit openssl-32bit vulkan-loader vulkan-loader-32bit
``` ```
</details>

@ -103,7 +103,7 @@ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flat
flatpak install flathub ru.linux_gaming.PortProton flatpak install flathub ru.linux_gaming.PortProton
``` ```
## Universal (manual) installation <details><summary><b>Universal (manual) installation method (obsolete variant)</b></summary>
**ATTENTION**: with the universal method of installing PortProton, dependencies must be installed manually! **ATTENTION**: with the universal method of installing PortProton, dependencies must be installed manually!
@ -211,3 +211,4 @@ sudo xbps-install -Su void-repo-multilib
sudo xbps-install -S bash wget icoutils yad bubblewrap zstd cabextract gzip tar xz openssl desktop-file-utils curl dbus freetype xdg-utils sudo xbps-install -S bash wget icoutils yad bubblewrap zstd cabextract gzip tar xz openssl desktop-file-utils curl dbus freetype xdg-utils
gdk-pixbuf noto-fonts-ttf nss xrandr lsof mesa-demos ImageMagick Vulkan-Tools libgcc alsa-plugins-32bit libX11-32bit freetype-32bit libglvnd-32bit libgpg-error-32bit nss-32bit openssl-32bit vulkan-loader vulkan-loader-32bit gdk-pixbuf noto-fonts-ttf nss xrandr lsof mesa-demos ImageMagick Vulkan-Tools libgcc alsa-plugins-32bit libX11-32bit freetype-32bit libglvnd-32bit libgpg-error-32bit nss-32bit openssl-32bit vulkan-loader vulkan-loader-32bit
``` ```
</details>