From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Wed, 25 Jan 2023 18:27:11 +0000 (-0500)
Subject: Update README.md
X-Git-Tag: v4.8~5
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/389b5267fb3fd24c8f25a50d1a2aff65c0a5f8fe?hp=-c

Update README.md
---

389b5267fb3fd24c8f25a50d1a2aff65c0a5f8fe
diff --git a/mac/README.md b/mac/README.md
index eda6285..ad7764c 100644
--- a/mac/README.md
+++ b/mac/README.md
@@ -34,3 +34,8 @@ Before any command line policies will work, you need to enable policies like thi
 ```bash
 sudo defaults write /Library/Preferences/org.mozilla.firefox EnterprisePoliciesEnabled -bool TRUE
 ```
+If you want to set user specific policies, use ~/Library without sudo:
+```bash
+defaults write ~/Library/Preferences/org.mozilla.firefox EnterprisePoliciesEnabled -bool TRUE
+defaults write ~/Library/Preferences/org.mozilla.firefox Homepage__URL -string "http://example.com"
+```