diff options
| author | Fuwn <[email protected]> | 2024-01-08 20:54:18 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-08 20:54:18 -0800 |
| commit | cab38ba478f3619158a46cc2a3908b4c8d4e500b (patch) | |
| tree | 1b30a34625470cc556053489daf5d87edf86bcdf | |
| parent | chore: update references to sei (diff) | |
| download | seiwm-cab38ba478f3619158a46cc2a3908b4c8d4e500b.tar.xz seiwm-cab38ba478f3619158a46cc2a3908b4c8d4e500b.zip | |
docs(readme): makepkg example
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -10,12 +10,12 @@ git clone https://github.com/Fuwn/seiwm.git cd seiwm sudo make install -``` -Also available is a [`PKGBUILD`](https://wiki.archlinux.org/title/PKGBUILD), -usable on distributions with -[`pacman`](https://wiki.archlinux.org/title/Pacman). Executing -`makepkg -si` will install both Sei and all build dependencies. +# or + +curl https://raw.githubusercontent.com/Fuwn/seiwm/master/PKGBUILD +makepkg -si +``` ### Build Dependencies |