diff --git a/README.md b/README.md
index 70e18dd..e0248ce 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Using it should be straight forward
![](resources/usage.png)
## Installing
-> I haven't tested this on Windows or Mac, but since GTK & rdev are cross-compatible, it *should* work
+> Currently not working on MacOS https://github.com/S0raWasTaken/XKeyClicker/issues/5
Windows works fine
### Compiling from source
Either you could clone this repo & build it with `cargo build --release` or you could simply do:
```sh
@@ -18,7 +18,7 @@ cargo install --git https://github.com/S0raWasTaken/XKeyClicker
```
That already moves your built binary to your cargo bin folder
### Using pre-built binaries
-I haven't built binaries yet, but this option will be available in the future
+I haven't built binaries yet, but this option will (hopefully when I remember) be available in the future
## About
This project was inspired on [XClicker](https://github.com/robiot/xclicker), a mouse autoclicker for X11 (that also works on wayland last time I checked).