Skip to content
Open
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
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,30 @@ You can download the latest Linux builds under the [Releases](https://github.com
- Distros that emulate Docker through a Podman socket are **unsupported**
- Any rootless containerization solution is currently **unsupported**


## Installation

<details>
<summary>Packaging status</summary>
<a href="https://repology.org/project/winboat/versions">
<img src="https://repology.org/badge/vertical-allrepos/winboat.svg?columns=3" alt="Packaging status">
</a>
</details>


| OS/Distro | Command |
| ------------------------------- | ------------------------------------------------------------------------|
| Archlinux (community version) | git clone https://aur.archlinux.org/winboat.git <br > cd winboat <br > makepkg -si
| Fedora | wget/download the x86_64.rpm version <br > sudo dnf install x86_64.rpm
| Gentoo | [building-winboat](#building-winboat) |
| NixOS | nix-env -iA nixos.winboat |
| Debian and Derivatives | wget/download the amd64.deb version <br> sudo apt install ./ x86_64.deb
| openSUSE | wget/download the amd64.rpm version <br> sudo dnf install x86_64.rpm





## Building WinBoat
- For building you need to have NodeJS and Go installed on your system
- Clone the repo (`git clone https://github.com/TibixDev/WinBoat`)
Expand Down