Skip to content

Commit 0f41548

Browse files
committed
📝 Add architecture note
1 parent 7a42ddf commit 0f41548

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,13 @@ kwin_wayland --version
2424

2525
Choose a download for this KWin version that most closely matches your distribution (e.g. choose `ubuntu-*` for a debian-based distribution, and `fedora-*` for Fedora or similar distributions).
2626
Also make sure to choose the correct architecture (`-x64` for AMD64/Intel64, and `-arm64` for ARM64).
27+
If you do not know your architecture, you can check it with the following command:
2728

28-
Then unzip the plugin and install it with the following command:
29+
```bash
30+
uname -m # prints x86_64 for AMD64/Intel64, and aarch64 for ARM64
31+
```
32+
33+
Once downloaded, unzip the plugin and install it with the following command:
2934

3035
```bash
3136
sudo cp kandointegration.so /usr/lib/qt6/plugins/kwin/effects/plugins

0 commit comments

Comments
 (0)