Skip to content

Commit 0abfaa2

Browse files
committed
refs #79 : update text
1 parent 9afaf9c commit 0abfaa2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ Install
1212
=======
1313

1414
# mostly shell-based with git:
15-
<pre>
16-
mkdir <a new workspace dir>
17-
cd <workspace dir>
15+
16+
mkdir ${WORKSPACE_DIR}
17+
cd ${WORKSPACE_DIR}
1818

1919
# symlink or copy Arduino IDE files, choose between the following
20-
ln -s <path to Arduino IDE 1.0> ./arduino # symlink Arduino IDE 1.0 to ${WORKSPACE_DIR}/arduino
21-
cp -r <path to Arduino IDE 1.0> ./arduino # copy Arduino IDE 1.0 to ${WORKSPACE_DIR}/arduino
20+
ln -s [path to Arduino IDE 1.0] ./arduino # symlink Arduino IDE 1.0 to ${WORKSPACE_DIR}/arduino
21+
cp -r [path to Arduino IDE 1.0] ./arduino # copy Arduino IDE 1.0 to ${WORKSPACE_DIR}/arduino
2222

2323
git clone https://github.com/srejbi/APDuinoProject-arduino.git
2424
git submodule init
2525
git submodule update
26-
</pre>
26+
2727

2828
# In Eclipse, using egit
2929
* switch to a new workspace

0 commit comments

Comments
 (0)