From 4754a007819ff619dfe91f65261653abe4c6adcd Mon Sep 17 00:00:00 2001 From: Karol Swiderski Date: Sat, 21 Dec 2024 20:55:01 +0100 Subject: [PATCH] improve doc add instructions for macos users --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 780dbf5db..627035b88 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,6 +91,14 @@ Install the following on your development machine: - make - git +**Instruction for macOS Users:** +1. Install Docker Desktop using Homebrew: +``` +brew install --cask docker +``` +2. Configure Docker Desktop to share the local directory containing the aptly Git repository: +- Open Docker Desktop and go to `Settings → Resources → File Sharing → Virtual File Shares`. +- Add the directory path containing the aptly Git repository to the shared list (eg. /home/Users/john/aptly). #### Create docker container