File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
2323git clone https://github.com/srejbi/APDuinoProject-arduino.git
2424git submodule init
2525git submodule update
26- </ pre >
26+
2727
2828# In Eclipse, using egit
2929* switch to a new workspace
You can’t perform that action at this time.
0 commit comments