diff --git a/README.md b/README.md
index 660092c..4b12bd4 100644
--- a/README.md
+++ b/README.md
@@ -58,25 +58,44 @@
- **Installer (.msi)**: Download and run the installer. Recommended for most users.
- **Portable (.zip)**: Extract and run `iDescriptor.exe`. No installation required.
- **Choco** :
+
```bash
choco install idescriptor --version=0.1.0
- ```
+```
#### macOS
- **Apple Silicon**: Download the `.dmg` file for M1/M2/M3/MX Macs.
-- **Intel**: Download the `.dmg` file for Intel-based Macs.
+
+ Open the `.dmg` and drag iDescriptor to Applications.
+
-Open the `.dmg` and drag iDescriptor to Applications.
+Then run the code below after moving the app to Applications
+
+
+```shell
+xattr -c ~/Applications/iDescriptor.app
+```
+
+[Click here to learn more about why this is needed](#damaged-error-on-macos).
+
+- **Intel**: Download the `.dmg` file for Intel-based Macs.
+
+ Open the `.dmg` and drag iDescriptor to Applications.
+
+
+ You shouldn't run into any issues on Intel Macs but if you do, [check this out](#damaged-error-on-macos).
#### Linux
- **AppImage**: Download, unzip, and run.
-- **Arch Linux**: Install from AUR:
+- **Arch Linux**: Install from AUR:
+
```bash
sudo pacman -Syu
yay -S idescriptor-git
```
+
make sure to do "sudo pacman -Syu" otherwise it's not going to find libimobiledevice>=1.4.0
+ 
+