Add social and flathub badges to Readme
This commit is contained in:
parent
c6359f653b
commit
1abb567306
31
README-RU.md
31
README-RU.md
@ -1,8 +1,19 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://raw.githubusercontent.com/Castro-Fidel/PortWINE/master/data_from_portwine/img/gui/portproton.svg" width="64">
|
<img src="https://raw.githubusercontent.com/Castro-Fidel/PortWINE/master/data_from_portwine/img/gui/portproton.svg" width="64">
|
||||||
<h1 align="center">PortProton</h1>
|
<h1 align="center">PortProton</h1>
|
||||||
<p align="center">Проект, призванный сделать запуск Windows-игр в Linux простым и удобным как для начинающих, так и для опытных пользователей.
|
<a href="https://github.com/Castro-Fidel/PortWINE/blob/master/LICENSE">
|
||||||
Проект стремится сделать запуск игр (и другого программного обеспечения) максимально простым, но в то же время предоставляет гибкие настройки для опытных пользователей.</p>
|
<img src="https://img.shields.io/github/license/Castro-Fidel/PortWine?logo=github" alt="GitHub License">
|
||||||
|
</a>
|
||||||
|
<img src="https://img.shields.io/flathub/downloads/ru.linux_gaming.PortProton?style=flat&logo=flathub" alt="Flathub Downloads">
|
||||||
|
<a href="https://discord.gg/FTaheP99wE">
|
||||||
|
<img src="https://img.shields.io/discord/378683352946835456?logo=discord" alt="Discord">
|
||||||
|
</a>
|
||||||
|
<img src="https://img.shields.io/youtube/channel/subscribers/UCbI8OJx2D3q-4QKt4LffXTw?style=flat&logo=youtube" alt="YouTube Channel Subscribers">
|
||||||
|
<br/>
|
||||||
|
<p align="center">
|
||||||
|
Проект, призванный сделать запуск Windows-игр в Linux простым и удобным как для начинающих, так и для опытных пользователей.<br>
|
||||||
|
Проект стремится сделать запуск игр (и другого программного обеспечения) максимально простым, но в то же время предоставляет гибкие настройки для опытных пользователей.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
# **Язык README**
|
# **Язык README**
|
||||||
@ -30,7 +41,6 @@
|
|||||||
|
|
||||||
## Установка с помощью пакетов
|
## Установка с помощью пакетов
|
||||||
|
|
||||||
|
|
||||||
* **Alt Linux**
|
* **Alt Linux**
|
||||||
|
|
||||||
`apt-get` :
|
`apt-get` :
|
||||||
@ -78,6 +88,13 @@ sudo dnf copr enable boria138/portproton
|
|||||||
sudo dnf install portproton
|
sudo dnf install portproton
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* **FlatHub**
|
||||||
|
|
||||||
|
```sh
|
||||||
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
|
flatpak install flathub ru.linux_gaming.PortProton
|
||||||
|
```
|
||||||
|
|
||||||
## Универсальный (ручной) метод установки
|
## Универсальный (ручной) метод установки
|
||||||
|
|
||||||
**ВНИМАНИЕ** : при универсальном способе установки PortProton зависимости должны быть установлены вручную!
|
**ВНИМАНИЕ** : при универсальном способе установки PortProton зависимости должны быть установлены вручную!
|
||||||
@ -183,11 +200,3 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
## Контакты
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<a href="https://discord.gg/FTaheP99wE">
|
|
||||||
<img src="https://img.shields.io/discord/378683352946835456?logo=discord"
|
|
||||||
alt="chat on Discord"></a>
|
|
||||||
</p>
|
|
||||||
|
29
README.md
29
README.md
@ -1,8 +1,19 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://raw.githubusercontent.com/Castro-Fidel/PortWINE/master/data_from_portwine/img/gui/portproton.svg" width="64">
|
<img src="https://raw.githubusercontent.com/Castro-Fidel/PortWINE/master/data_from_portwine/img/gui/portproton.svg" width="64">
|
||||||
<h1 align="center">PortProton</h1>
|
<h1 align="center">PortProton</h1>
|
||||||
<p align="center">Project designed to make it easy and convenient to run Windows games on Linux for both beginners and advanced users.
|
<a href="https://github.com/Castro-Fidel/PortProton_ALT/blob/main/LICENSE">
|
||||||
The project strives to make launching games (and other software) as simple as possible, but at the same time provides flexible settings for advanced users.</p>
|
<img src="https://img.shields.io/github/license/Castro-Fidel/PortWINE" alt="GitHub License">
|
||||||
|
</a>
|
||||||
|
<img src="https://img.shields.io/flathub/downloads/ru.linux_gaming.PortProton?style=flat&logo=flathub" alt="Flathub Downloads">
|
||||||
|
<a href="https://discord.gg/FTaheP99wE">
|
||||||
|
<img src="https://img.shields.io/discord/378683352946835456?logo=discord" alt="Discord">
|
||||||
|
</a>
|
||||||
|
<img src="https://img.shields.io/youtube/channel/subscribers/UCbI8OJx2D3q-4QKt4LffXTw?style=flat&logo=youtube" alt="YouTube Channel Subscribers">
|
||||||
|
<br/>
|
||||||
|
<p align="center">
|
||||||
|
A project designed to make running Windows games on Linux easy and convenient for both beginners and advanced users.<br>
|
||||||
|
The project aims to simplify the process of launching games (and other software) while also providing flexible settings for experienced users.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
# **Readme Language**
|
# **Readme Language**
|
||||||
@ -77,6 +88,12 @@ sudo dnf copr enable boria138/portproton
|
|||||||
sudo dnf install portproton
|
sudo dnf install portproton
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* **FlatHub**
|
||||||
|
|
||||||
|
```sh
|
||||||
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
|
flatpak install flathub ru.linux_gaming.PortProton
|
||||||
|
```
|
||||||
|
|
||||||
## Universal (manual) installation
|
## Universal (manual) installation
|
||||||
|
|
||||||
@ -185,11 +202,3 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contacts
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<a href="https://discord.gg/FTaheP99wE">
|
|
||||||
<img src="https://img.shields.io/discord/378683352946835456?logo=discord"
|
|
||||||
alt="chat on Discord"></a>
|
|
||||||
</p>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user