aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgabriel <gabriel@gaftech.fr>2013-01-24 12:10:27 +0100
committergabriel <gabriel@gaftech.fr>2013-01-24 12:10:27 +0100
commitccd17539e2ce64db06b0bee200950635433dbe8e (patch)
tree81d3d9ea73d9def64e852648c1edfbde8959c637 /README.md
parent142098be085c235457236c68b8a78e9391d8eb76 (diff)
parentcd36eb6abb43fe2a9286f4762dd9cdf4d3ad9b28 (diff)
Merge branch 'master' of https://github.com/sudar/Arduino-Makefile
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4679874..244b038 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ need the `YAML` library to run ard-parse-boards.
On Debian or Ubuntu:
- apt-get install libdevice-serial-perl
+ apt-get install libdevice-serialport-perl
apt-get install libyaml-perl
On Fedora:
@@ -129,6 +129,7 @@ The following are the list of changes that I have made or merged in this fork. H
- Removed -w from CPPFLAGS to show warnings (https://github.com/gaftech)
- Changed shebang to use /usr/bin/env (https://github.com/anm)
- set USB_VID and USB_PID only for leonardo boards(https://github.com/alohr)
+- Updated Readme (https://github.com/fr0sty1/)
## Know Issues
- Because of the way the makefile is structured, the configuration parameters gets printed twice.