Skip to content

Commit

Permalink
improve doc
Browse files Browse the repository at this point in the history
add instructions for macos users
  • Loading branch information
szakalboss authored and neolynx committed Dec 21, 2024
1 parent 9abbd74 commit 29eccc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](https://brew.sh/))
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

Expand Down

0 comments on commit 29eccc9

Please sign in to comment.