Skip to content

Commit

Permalink
chore: document flathub installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Jul 31, 2024
1 parent a6636de commit 362deaf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions articles/en/install-flatpaks.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: Install Flatpak(s) in Vanilla OS
Title: Install Flatpak(s) and configure Flathub in Vanilla OS
Description: Learn how to install Flatpak packages in Vanilla OS.
PublicationDate: 2022-12-09
Listed: true
Expand All @@ -11,7 +11,11 @@ Flatpak is a universal package format for Linux desktop applications. It works o

## Install Flatpak

You don't have to install it manually, as Flatpak is already installed by default in Vanilla OS.
You don't have to install it manually, as Flatpak is already installed by default in Vanilla OS. Anyway you can install it manualy using these commands:

```bash
host-shell flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
```

## Configure Flathub

Expand Down

0 comments on commit 362deaf

Please sign in to comment.