From 97a43c0151d5c3bcbe72b07cdbc3f3143e312cf8 Mon Sep 17 00:00:00 2001 From: Benjamin Fan Date: Fri, 23 May 2025 13:26:53 -0700 Subject: [PATCH] fix(dev/docs): Add git requirement to pattern design tutorial --- .../docs/tutorials/pattern-design/part1/readme.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sites/dev/docs/tutorials/pattern-design/part1/readme.mdx b/sites/dev/docs/tutorials/pattern-design/part1/readme.mdx index 1acc688f6dd..34596f83c1f 100644 --- a/sites/dev/docs/tutorials/pattern-design/part1/readme.mdx +++ b/sites/dev/docs/tutorials/pattern-design/part1/readme.mdx @@ -30,3 +30,15 @@ npx @freesewing/studio If you don't have NodeJS on your system --- or if you're not sure what NodeJS is to begin with --- read on to learn how to install it. + +:::danger[Windows users also need to install `git`] + +The `git` command line utility is also a requirement for installing the +FreeSewing development environment. Linux and Mac systems come with +`git` pre-installed, but Windows users will need to install it manually. + +Please see the +[Getting started on Windows](/tutorials/getting-started-windows/) +tutorial for instructions on how to install `git` on a Windows system. + +:::