From 616f0285144d670049a1c98b3791b9d7670a89e9 Mon Sep 17 00:00:00 2001 From: Ryan Murray <74630349+rywm-dhi@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:58:06 +0200 Subject: [PATCH] Tip for how to use make on windows --- 03_testing.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/03_testing.qmd b/03_testing.qmd index 4e24b78..ec5ab4f 100644 --- a/03_testing.qmd +++ b/03_testing.qmd @@ -527,6 +527,7 @@ Line # Hits Time Per Hit % Time Line Contents * They act as a single source of truth for how to run your tools. * Self documenting, making it easier to onboard new team members. * Run 'make <command>' to run a command from the Makefile. +* On Linux by default, for Windows install with [MSYS2](https://www.msys2.org/) or [Chocolatey](https://chocolatey.org/) (or use WSL). ::: . . .