From 5aa68b3d8b46de1898ac8ed624f2d939528d12b1 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 780dbf5db..381b43c17 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,6 +91,12 @@ Install the following on your development machine: - make - git +##### Docker installation on macOS +1. Install [Docker Desktop on Mac](https://docs.docker.com/desktop/setup/install/mac-install/) (or via Homebrew) +2. Allow directory sharing + - Open Docker Desktop + - Go to `Settings → Resources → File Sharing → Virtual File Shares` + - Add the aptly git repository path to the shared list (eg. /home/Users/john/aptly) #### Create docker container