We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e9672 commit 6c9aeafCopy full SHA for 6c9aeaf
src/README.md
@@ -231,3 +231,12 @@ The GUIs will be exposed via a web server on port 6080.
231
docker run -p 6080:6080 modbustools
232
```
233
3. Access the application at `http://localhost:6080/vnc.html`
234
+
235
236
+## Arch Linux Install
237
238
+Arch Linux can install [modbustools-git](https://aur.archlinux.org/packages/modbustools-git) via the AUR.
239
240
+```bash
241
+yay -Syu modbustools
242
+```
0 commit comments