1
0
Fork 0

fix(dev/docs): Add git requirement to pattern design tutorial

This commit is contained in:
Benjamin Fan 2025-05-23 13:26:53 -07:00 committed by Joost De Cock
parent ba4202fcd0
commit 97a43c0151

View file

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