We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bba9d commit 88d99d4Copy full SHA for 88d99d4
book/06-github/sections/2-contributing.asc
@@ -72,7 +72,8 @@ $ git checkout -b slow-blink <2>
72
Switched to a new branch 'slow-blink'
73
74
$ sed -i '' 's/1000/3000/' blink.ino <3> (MacOSX)
75
-$ sed -i 's/1000/3000/' blink.ino <3> (Linux)
+# If you're on a Linux system, do this instead:
76
+# $ sed -i 's/1000/3000/' blink.ino
77
78
$ git diff --word-diff <4>
79
diff --git a/blink.ino b/blink.ino
0 commit comments