From c2cfdd7a9c83f9da53df7f89a0d94b7b0d567f2c Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Thu, 15 Jun 2023 10:48:43 -0700 Subject: [PATCH] Clarify [unix] attribute in readme (#1619) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaa94fb..6030655 100644 --- a/README.md +++ b/README.md @@ -1234,7 +1234,7 @@ Recipes may be annotated with attributes that change their behavior. | `[no-exit-message]` | Don't print an error message if recipe fails. | | `[linux]` | Enable recipe on Linux. | | `[macos]` | Enable recipe on MacOS. | -| `[unix]` | Enable recipe on Unixes. | +| `[unix]` | Enable recipe on Unixes. (Includes MacOS). | | `[windows]` | Enable recipe on Windows. | | `[private]` | See [Private Recipes](#private-recipes). |