aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-08 20:54:18 -0800
committerGitHub <[email protected]>2024-01-08 20:54:18 -0800
commitcab38ba478f3619158a46cc2a3908b4c8d4e500b (patch)
tree1b30a34625470cc556053489daf5d87edf86bcdf
parentchore: update references to sei (diff)
downloadseiwm-cab38ba478f3619158a46cc2a3908b4c8d4e500b.tar.xz
seiwm-cab38ba478f3619158a46cc2a3908b4c8d4e500b.zip
docs(readme): makepkg example
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index dfa77e7..2342aa1 100644
--- a/README.md
+++ b/README.md
@@ -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