From 93ee949764c5715bc4c9db956634917b5ba3aa8a Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Sat, 29 Jul 2023 19:03:31 -0700 Subject: [PATCH] tweak: Wordsmith line in book (#3177) Co-authored-by: eitsupi <50911393+eitsupi@users.noreply.github.com> (cherry picked from commit 1f9e8c59e5889f31a605b870ea5b1e8fb3323135) --- web/book/src/project/contributing/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/book/src/project/contributing/development.md b/web/book/src/project/contributing/development.md index 94be25762f8b..5ec2acf57a4a 100644 --- a/web/book/src/project/contributing/development.md +++ b/web/book/src/project/contributing/development.md @@ -49,8 +49,8 @@ website, we have two options: ### Option 1: Use the project's `task` ```admonish note -This is tested on MacOS, should work on Linux, but won't work on Windows. -Because of using the `brew` command inside of `Taskfile.yml`. +This is tested on macOS, should work on amd64 Linux, but won't work on others (include Windows), +since it relies on `brew`. ``` - [Install Task](https://taskfile.dev/installation/).