From c39b71776d1b55580f3b4e3f5f70e85f6d3a6a09 Mon Sep 17 00:00:00 2001 From: Jesse Lang Date: Thu, 13 Oct 2022 19:38:43 -0500 Subject: [PATCH] Clarify that MacOSX docs are client specific Signed-off-by: Jesse Lang --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48650f43eb..8cab008a3f 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. 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). +This section describes how to start a contribution to Podman. These instructions are geared towards using a Linux development machine, which is required for doing development on the podman backend. Check out these instructions for [building the podman client on MacOSX](./build_osx.md). ### Prepare your environment