diff options
author | Kirk Bater <kirk.bater@gmail.com> | 2022-10-06 13:24:13 -0400 |
---|---|---|
committer | Kirk Bater <kirk.bater@gmail.com> | 2022-10-06 13:28:32 -0400 |
commit | 713428df0b3d3bff01bcdfb58e06378679a791f3 (patch) | |
tree | 1ee4742505d1cfbe9ad8dfc4b35074acd8cc108c /CONTRIBUTING.md | |
parent | eb85012064804a5d6c027b77bf434970a6a141f9 (diff) | |
download | podman-713428df0b3d3bff01bcdfb58e06378679a791f3.tar.gz podman-713428df0b3d3bff01bcdfb58e06378679a791f3.tar.bz2 podman-713428df0b3d3bff01bcdfb58e06378679a791f3.zip |
Adds a link to OSX docs in CONTRIBUTING.md
This adds a small bit of text so that new OSX devs can more easily find
the MacOS specific contributing guidelines.
Signed-off-by: Kirk Bater <kirk.bater@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d0f4ceb02..48650f43e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,7 @@ the “In Progress” label be set and a member will do so for you. ## Contributing to Podman -This section describes how to start a contribution to Podman. +This section describes how to start a contribution to Podman. These instructions are geared towards using a Linux development machine, or doing development on the podman backend. For instructions on working on MacOS, read the [docs for building on osx](./build_osx.md). ### Prepare your environment |