diff --git a/README.md b/README.md
index f445224..0f1dc76 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,10 @@
 This is a full rewrite of Vleer with the same stack but cleaned up. And with proper rust implementations.
 
 ![Alt](https://repobeats.axiom.co/api/embed/476c97ad30ff96e3217cf756e84c292836b8f44e.svg "Repobeats analytics image")
+
+***
+
+For signing on macOS builds:
+```zsh
+codesign -s - --force --deep --timestamp --options runtime src-tauri/target/release/bundle/macos/Vleer.app
+```