From 677607c49479f9b047d4df1d4bdf7d009cda7f13 Mon Sep 17 00:00:00 2001
From: Roman Roan <329079+romanr@users.noreply.github.com>
Date: Sat, 2 Aug 2025 01:41:41 +1000
Subject: [PATCH] Update README.md for macOS instructions
---
 README.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ff7ffc0..d0ebc9d 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,16 @@ Quick, easy and painless way of blocking Adobe's telemetry checking servers. Upd
 - Copy the contents from the list to your hosts file, located in C:/Windows/System32/drivers/etc/hosts.
 - If your hosts file is the default one, you can use the Windows formatted list and copy and paste everything instead
 
-
+
+  macOS: Automatic updates with autohosts 
+  
+- Have hosts update automatically with help of [autohosts](https://github.com/angela-d/autohosts) package:
+1. `git clone https://github.com/angela-d/autohosts.git && cd autohosts && sudo ./autohosts`  # it will install in ~/autohosts and Launchdaemon service
+2. `cat https://cdn.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/list.txt >> autohosts/hosts_source`
+3. `sudo autohosts`
+  
+- This will create entries in `/etc/hosts`, you can verify by looking for "adobe.io"
+ 
 
     HostsMan users (Automatic updates)