Add more setup steps to the README
This commit is contained in:
parent
c226cc8513
commit
920723afed
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ OBUS is a real-life version of the multiplayer game "Keep Talking And Nobody Exp
|
|||
1. [Install](https://www.arduino.cc/en/Guide/#install-the-arduino-desktop-ide) the Arduino IDE.
|
||||
2. Clone this repository with Git in a permanent location on your drive.
|
||||
3. Symlink the library: `ln -s /ABSOLUTE/PATH/TO/REPO/lib /PATH/TO/Arduino/libraries/obus`
|
||||
4. TODO
|
||||
(on most Linux distro's, this the Arduino folder is in `$HOME/Arduino`)
|
||||
4. Follow [these steps](https://github.com/autowp/arduino-mcp2515/#software-usage) to install the CAN library
|
||||
5. Execute `./src/new_module.sh` to create a new module
|
||||
|
||||
# Background
|
||||
## Game
|
||||
|
|
Loading…
Reference in a new issue