Skip to content

Commit 08a4889

Browse files
committed
moved quote in link commands after tilde
1 parent b466228 commit 08a4889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/02-arduino-setup.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ On Linux you can do this
9999

100100
$ cd /path/to/git/clone/ADEM
101101
$ ln -sf "/path/to/your/arduino-1.6.8" ./Arduino
102-
$ ln -sf "~/.arduino15" ./arduino15
102+
$ ln -sf ~"/.arduino15" ./arduino15
103103

104104
On MacOSX you can do the following:
105105

106106
$ cd /path/to/git/clone/ADEM
107107
$ ln -sf "/path/to/your/Arduino 1.6.8.app/Contents/Java" ./Arduino
108-
$ ln -sf "~/Library/Arduino15" ./arduino15
108+
$ ln -sf ~"/Library/Arduino15" ./arduino15
109109

110110
Now you can start building the source code by doing:
111111

0 commit comments

Comments
 (0)