Skip to content

Commit

Permalink
Добавлено: Bottles
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Dec 12, 2023
1 parent 8fb1fd2 commit 8056101
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export default defineConfig({
{ text: 'AnyDesk', link: '/anydesk' },
{ text: 'AsusCtl', link: '/asusctl' },
{ text: 'Blender', link: '/blender' },
{ text: 'Bottle', link: '/bottle'},
{ text: 'Boxes', link: '/boxes'},
{ text: 'Chromium', link: '/chromium' },
{ text: 'Сartridges', link: '/cartridges' },
Expand Down
28 changes: 28 additions & 0 deletions docs/apps/bottle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Bottles

Bottles — это приложение, которое позволяет вам легко управлять и использовать Windows приложения игры.

## Установка из репозитория

**Bottles** можно установить любым привычным и удобным способом:

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install bottles cabextract
```
```shell[epm]
epm -i bottles cabextract
```

:::

## Установка c помощью Flatpak

При наличии пакета [Flatpak](/flatpak), можно установить **Bottles** одной командой:

```shell
flatpak install flathub com.usebottles.bottles
```

0 comments on commit 8056101

Please sign in to comment.