Clarify [unix] attribute in readme (#1619)

This commit is contained in:
Greg Shuflin
2023-06-15 10:48:43 -07:00
committed by GitHub
parent bba673fd79
commit c2cfdd7a9c

View File

@@ -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). |