diff options
| author | Allusive_ <[email protected]> | 2023-08-05 08:47:46 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-05 08:47:46 +1000 |
| commit | a2c51afdbd1e2107f9cbc8f4cedaf458346e01e8 (patch) | |
| tree | 20f77b6dc971e1c7a67019df60243fe97a13cc79 | |
| parent | Add files via upload (diff) | |
| download | compfy-a2c51afdbd1e2107f9cbc8f4cedaf458346e01e8.tar.xz compfy-a2c51afdbd1e2107f9cbc8f4cedaf458346e01e8.zip | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ Makes the animations way smoother and more customizable than the base picom pack ## Installation +### Building Manually +``` +$ meson --buildtype=release . build +$ ninja -C build +``` + ### Arch Linux or other Arch based distros ``` paru -S picom-allusive |