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 committed Dec 21, 2024
1 parent 9abbd74 commit 4754a00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4754a00

Please sign in to comment.