From c3717fcce7bcf9bc397e3a548ea2a9db227ae0f9 Mon Sep 17 00:00:00 2001 From: sacha schutz Date: Tue, 20 Dec 2022 09:27:39 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee8a4db..8deba5e 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,11 @@ Despite the major use of Next Generation Sequencing, the Sanger method is still [Downlad MacOS binary](https://github.com/labsquare/CutePeaks/releases/download/0.2.3/cutepeaks-macos.dmg) ## Linux + +### AppImage Linux binary is available as [AppImage](http://appimage.org/). Download the AppImage from [here](https://github.com/labsquare/CutePeaks/releases). -For ubuntu 21.04, Download this one [here](https://github.com/labsquare/CutePeaks/releases/download/0.2.3/cutepeaks-ubuntu_21-04-x86_64.AppImage) +For ubuntu >=21.04, Download this one [here](https://github.com/labsquare/CutePeaks/releases/download/0.2.3/cutepeaks-ubuntu_21-04-x86_64.AppImage) Run it as follow: @@ -38,6 +40,15 @@ Run it as follow: chmod +x cutepeaks-0.2.0-linux-x86_64.appimage ./cutepeaks-0.2.0-linux-x86_64.appimage +### FlatPak +Cutepeaks is available as a [flatpak](https://flathub.org/apps/details/io.github.labsquare.CutePeaks) + +``` +flatpak install flathub io.github.labsquare.CutePeaks +flatpak run io.github.labsquare.CutePeaks +``` + + ## Compilation ### Prerequisites