From d8dd54af1162f89f6acdd16564c14312680c4d1c Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 23 Apr 2021 15:38:01 +0100 Subject: [PATCH] Update options.md --- docs/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index 00d90523..9c580a47 100644 --- a/docs/options.md +++ b/docs/options.md @@ -97,7 +97,7 @@ Default: `auto` This option can also be set using the [command-line option](#command-line) `--platform`. !!! tip - If you have Docker installed on macOS or Linux, you can locally debug your cibuildwheel Linux config, instead of pushing to CI to test every change. For example: + If you have Docker installed, you can locally debug your cibuildwheel Linux config, instead of pushing to CI to test every change. For example: ```bash export CIBW_BUILD='cp37-*'