Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Flatpak installation instructions #708

Merged
merged 1 commit into from
Apr 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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