Skip to content

Commit

Permalink
Добавлено: Fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Sep 14, 2023
1 parent ae0c43a commit c590b77
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export default defineConfig({
{ text: 'Figma', link: '/figma' },
{ text: 'Firefox', link: '/firefox' },
{ text: 'Flatpak', link: '/flatpak' },
{ text: 'Fragments', link: '/fragments' },
{ text: 'Git', link: '/git' },
{ text: 'GnomeSoftware', link: '/gnome-software' },
{ text: 'JetBrains', link: '/jetbrains'},
Expand Down
11 changes: 11 additions & 0 deletions docs/fragments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Fragments

Fragments — это простой в использовании BitTorrent-клиент. Он может использоваться для передачи файлов по протоколу BitTorrent, таких как видео, музыка или установочные образы для дистрибутивов Linux.

## Установка c помощью Flatpak <Badge type="info" text="flatpak" />

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

```bash
flatpak install flathub de.haeckerfelix.Fragments
```

0 comments on commit c590b77

Please sign in to comment.