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 fccfc82 commit 63bba9dCopy full SHA for 63bba9d
book/06-github/sections/2-contributing.asc
@@ -71,7 +71,8 @@ $ 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
+$ sed -i 's/1000/3000/' blink.ino <3> (Linux)
76
77
$ git diff --word-diff <4>
78
diff --git a/blink.ino b/blink.ino
0 commit comments