Update home authored by boqiren's avatar boqiren
......@@ -5,7 +5,7 @@
1. Install Eclipse environment following https://www.openhab.org/docs/developer/ide/eclipse.html up to step 6 (Closing eclipse, and moving the git directory)
2. Clone the addons repository at the commit `2b7415c3b8`:
```bash
git clnoe -n https://github.com/openhab/openhab2-addons
git clone -n https://github.com/openhab/openhab2-addons
git checkout 2b7415c3b8
```
3. Clone the openlicht binding repository, such that it is on the same directory as all other bindings, i.e., in `$OPENHAB_ROOT/git/openhab2-addons/addons/binding/`:
......
......