Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dridk authored Dec 20, 2022
1 parent 2fcb98e commit c3717fc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,27 @@ 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:


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
Expand Down

0 comments on commit c3717fc

Please sign in to comment.