Skip to content

installation

Nabeen Tiwaree edited this page Nov 1, 2022 · 3 revisions

This wiki page will guide you through getting ewm working on your system.

Installation from source

$ git clone --depth=1 https://github.com/pwnwriter/ewm.git
$ cd ewm
$ make
$ sudo/doas make clean install

Arch Linux

with yay:

$ yay -Syy ewm

with paru:

$ paru -Syy ewm 

Clone this wiki locally