summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index a5d6915..53a2f27 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ binutils-avr
gcc-avr
avrdude
dfu-programmer
-teensy_loader
+libusb-dev (for teensy_loader_cli)
udev example rules
@@ -43,9 +43,9 @@ Build
Getting the source via GIT:
---------------------------
-git clone git://git.spreadspace.org/avr.git
-cd avr
-
+git clone git://git.spreadspace.org/avr-utils.git
+cd avr-utils
+make -C contrib
build and flash blink example
-----------------------------