Skip to content

Commit

Permalink
Update Flatpak installation instructions (#708)
Browse files Browse the repository at this point in the history
Following #688
  • Loading branch information
salim-b authored Apr 29, 2023
1 parent 7013263 commit 1a8561e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Installation:
(or graphical package installer).

##### Snap

Easy installation on any distribution supporting snap:
https://snapcraft.io/hamster-snap

Expand All @@ -77,18 +78,16 @@ yourself. Debugging is made easier as every user has the exact same environment
at runtime. Permissions are limited to what the application really needs to
function properly.

If you downloaded the file with the Hamster bundle (ending in ``.flatpak``), you
can directly install it with:
You can install the Hamster Flatpak from [Flathub](https://flathub.org/apps/details/org.gnome.Hamster) via:

```bash
flatpak install --reinstall Hamster.flatpak
flatpak install flathub org.gnome.Hamster
```

If you would like to install Hamster only for your user, please pass the
``--user`` option to the above command.
If you would like to install Hamster only for your user, simply pass the
`--user` option to the above command.

After installation, if you need to invoke Hamster from the command line,
you can do so with:
To invoke Hamster from the command line, use:

```bash
flatpak run org.gnome.Hamster [args...]
Expand Down

0 comments on commit 1a8561e

Please sign in to comment.