diff --git a/README.md b/README.md
index 593572dc..8f8eda54 100644
--- a/README.md
+++ b/README.md
@@ -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
+
+
+Packaging status
+
+     +
+
+
+ 
+
+
+| OS/Distro                       | Command                                                                 |
+| ------------------------------- | ------------------------------------------------------------------------|
+| Archlinux (community version)   | git clone https://aur.archlinux.org/winboat.git  
 cd winboat  
 makepkg -si
+| Fedora                          | wget/download the x86_64.rpm version 
 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 
 sudo apt install ./ x86_64.deb  
+| openSUSE                        | wget/download the amd64.rpm version 
 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`)