Skip to content

Commit 3d80fd0

Browse files
add collection package to doc
1 parent 3c7e06b commit 3d80fd0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,14 @@ This option cannot be used with flatpaks.
7676
setcap 'cap_net_bind_service=+ep' /path/to/binary
7777
```
7878

79+
## Install
7980

80-
## Using the Flatpak package
81+
### Using the Modbus Collection Flapak Package: Shared Memory Modbus (recommended)
82+
[SHM-Modbus](https://nikolask-source.github.io/SHM_Modbus/) is a collection of the shared memory modbus tools.
83+
It is available as flatpak and published on flathub as ```network.koesling.shm-modbs```.
84+
85+
86+
### Using the Standalone Flatpak Package
8187
The flatpak package can be installed via the .flatpak file.
8288
This can be downloaded from the GitHub [projects release page](https://github.com/NikolasK-source/modbus_tcp_client_shm/releases):
8389

@@ -94,7 +100,7 @@ To enable calling with ```modbus-tcp-client-shm``` [this script](https://gist.gi
94100
In order to be executable everywhere, the path in which the script is placed must be in the ```PATH``` environment variable.
95101

96102

97-
## Build from Source
103+
### Build from Source
98104

99105
The following packages are required for building the application:
100106
- cmake

0 commit comments

Comments
 (0)