diff options
| author | Allusive_ <[email protected]> | 2023-09-19 19:16:15 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-19 19:16:15 +1000 |
| commit | c5a06f118ba9d2b1451eca4e1b11be0e3d799067 (patch) | |
| tree | cc7cebbbb187b71ba227bfd27efa46c9f89e1294 /README.md | |
| parent | Update README.md (diff) | |
| download | compfy-c5a06f118ba9d2b1451eca4e1b11be0e3d799067.tar.xz compfy-c5a06f118ba9d2b1451eca4e1b11be0e3d799067.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 ``` |