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.
2 parents ae52573 + 88d99d4 commit 3782692Copy full SHA for 3782692
book/06-github/sections/2-contributing.asc
@@ -71,7 +71,9 @@ $ cd blink
71
$ git checkout -b slow-blink <2>
72
Switched to a new branch 'slow-blink'
73
74
-$ sed -i '' 's/1000/3000/' blink.ino <3>
+$ sed -i '' 's/1000/3000/' blink.ino <3> (MacOSX)
75
+# 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