Update README

This commit is contained in:
Ottatop 2023-07-18 12:52:18 -05:00 committed by GitHub
parent 9b46a113d6
commit 52b1e1d65c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,8 @@ Or, run the project directly with
cargo run [--release] -- --<backend>
```
When running in debug mode, the compositor will drastically slow down if there are too many windows on screen. If you don't want this to happen, use release mode.
`backend` can be one of two values:
- `winit`: run Pinnacle as a window in your graphical environment