aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAllusive_ <[email protected]>2023-09-19 19:16:15 +1000
committerGitHub <[email protected]>2023-09-19 19:16:15 +1000
commitc5a06f118ba9d2b1451eca4e1b11be0e3d799067 (patch)
treecc7cebbbb187b71ba227bfd27efa46c9f89e1294 /README.md
parentUpdate README.md (diff)
downloadcompfy-c5a06f118ba9d2b1451eca4e1b11be0e3d799067.tar.xz
compfy-c5a06f118ba9d2b1451eca4e1b11be0e3d799067.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 92a2c43..f34f9b1 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,7 @@ WE NOW HAVE A WIKI!
## What it adds
Makes the animations way smoother and more customizable than the base picom package.
-
-#### No Changes have been made to this package from pijulius's picom as of yet.
-
Context: For unknown reason `picom-pijulius-git` was taken off the AUR.
-This repository is here to keep this package up-to-date and on the AUR.
-
## Guides
@@ -28,7 +23,7 @@ $ man picom
### Building Manually
```
-$ meson --buildtype=release . build
+$ meson setup --buildtype=release . build
$ ninja -C build
$ ninja -C build install
```