From ae9c1c51a8634f02c38c9be90a9644d353d869cd Mon Sep 17 00:00:00 2001 From: Sean Marquez Date: Sat, 30 Mar 2024 21:31:13 -0700 Subject: [PATCH] add udev rule for teensy to reqm'ts in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c0fe0f..44f0ef1 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ This repo provides the source code for building an Immutable-Infrastructure-as-C 1. Docker 2. Git 3. A Bash terminal (standard terminal environment for *nix and macOS). +4. [UDEV Rules for Teensy boards](https://www.pjrc.com/teensy/00-teensy.rules) placed in `/etc/udev/rules.d/00-teensy.rules`. See https://www.pjrc.com/teensy/td_download.html NOTE: To Windows 10 users: Windows Command Prompt will not satisfy this dependency. We recommend installing [Ubuntu on WSL2 for Windows 10](https://ubuntu.com/tutorials/install-ubuntu-on-wsl2-on-windows-10).