From ceab699bd2deadcbb99a8b36f65c74226b487abc Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Mon, 18 May 2020 15:40:40 +0000 Subject: [PATCH] Updated install instructions (fixes #29) --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9a7ddef..f2073c6 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,10 @@ Teleport is designed to be a replacement for using USB keys or emailing stuff to ![Screenshot of a Teleport notification](docs/screenshots/notification.png) ## Install -Teleport is currently in early development, but you can try it by installing it via [flatpak](http://flatpak.org). If you're running a modern GNU/Linux distro you should already have flatpak, or be able to install it from your repositories. - -If you have GNOME Software (or another GUI app to install flatpaks), just [download this file](http://frac-tion.com/teleport-flatpak/teleport.flatpakref) and open it in Software (your browser should offer to do that before downloading). - -Otherwise you can also install it from the command line: +Teleport is currently in early development, but you can try it by installing it +via GNOME Software or via [flatpak](http://flatpak.org). ``` -flatpak install --from http://frac-tion.com/teleport-flatpak/teleport.flatpakref +flatpak install flathub com.frac_tion.teleport ``` ## Roadmap