From 27dc2bb411dfc77f9a0a4107b383ddc115da004d Mon Sep 17 00:00:00 2001 From: Karl Lensson Date: Wed, 26 Oct 2016 21:26:56 +1100 Subject: [PATCH] Added link to udev rule in /Doc/DoxygenPages/GettingStarted.txt --- Doc/DoxygenPages/GettingStarted.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/DoxygenPages/GettingStarted.txt b/Doc/DoxygenPages/GettingStarted.txt index 6f26b00..5ace65d 100644 --- a/Doc/DoxygenPages/GettingStarted.txt +++ b/Doc/DoxygenPages/GettingStarted.txt @@ -28,8 +28,8 @@ * * \note If you are using Ubuntu 14.04, avrdude may not support flip2. In this case, you can run `add-apt-repository ppa:pmjdebruijn/avrdude-release`, then `apt-get update` and finally `apt-get install avrdude` to upgrade to a version of avrdude that supports flip2. * - * Optionally copy Drivers/98-ChameleonMini.rules to /etc/udev/rules.d/, to allow non-root users to open the chameleon serial port at /dev/chameleon. - * `sudo cp (Path to Chameleon Repo)/Drivers/98-ChameleonMini.rules /etc/udev/rules.d/` + * Optionally copy [Driver/98-ChameleonMini.rules](https://cdn.rawgit.com/emsec/ChameleonMini/master/Driver/98-ChameleonMini.rules) to /etc/udev/rules.d/, to allow non-root users to open the chameleon serial port at /dev/chameleon. + * `sudo cp (Path to Chameleon Repo)/Driver/98-ChameleonMini.rules /etc/udev/rules.d/` * Remember to restart the udev daemon, or reboot to activate the rule. * 'sudo udevadm control --reload' *