From 31ef91a0df83475248e281cbd81aee932cf64b1e Mon Sep 17 00:00:00 2001 From: Henry Jakl <37595677+hjakl@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:02:27 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3bfa798..5361b16 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ https://www.matrixorbital.com/eve-usb2spi-kit-b **SOFTWARE** +Windows +You can use the provided EXE files, or build the project. + +Linux +You will require to build the project. + **Building** The sample code is provided as a cmake based project, on windows all dependencies are included, on Linux the `libftdi1-dev` package is required.