Commit 533935be authored by Houkime's avatar Houkime

add Debian instructions

parent 9f447150
...@@ -36,7 +36,7 @@ Aside from using ModbusSpatial to send and receive some data, controllable devic ...@@ -36,7 +36,7 @@ Aside from using ModbusSpatial to send and receive some data, controllable devic
### 1. Install godot and libmodbus on your host machine. ### 1. Install godot and libmodbus on your host machine.
on Arch Linux and Manjaro: #### on Arch Linux and Manjaro:
``` ```
sudo pacman -S godot sudo pacman -S godot
...@@ -44,6 +44,12 @@ sudo pacman -S godot ...@@ -44,6 +44,12 @@ sudo pacman -S godot
libmodbus can be fetched from AUR [https://aur.archlinux.org/packages/libmodbus-git/](https://aur.archlinux.org/packages/libmodbus-git/) libmodbus can be fetched from AUR [https://aur.archlinux.org/packages/libmodbus-git/](https://aur.archlinux.org/packages/libmodbus-git/)
#### on Debian:
```
sudo apt install godot3 libmodbus5
```
### 2. Clone this repository ### 2. Clone this repository
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment