Skip to content

Commit e69767f

Browse files
mairasclaude
andcommitted
docs: add Appstore as primary install method
Package is now published on NPM. Update install instructions to recommend the Signal K Appstore and use the npm package name instead of GitHub tarball URLs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0714cd8 commit e69767f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,23 +109,25 @@ Each alert is identified by its `path` (with optional `context` for multi-vessel
109109

110110
### Install
111111

112+
Install from the Signal K Appstore (Server → Appstore in the Admin UI), or manually:
113+
112114
```bash
113115
cd ~/.signalk
114116
npm install signalk-alert-manager
115117
```
116118

117-
Then enable the plugin in the Signal K Admin UI under Server → Plugin Config.
119+
Then enable the plugin under Server → Plugin Config.
118120

119121
### Install on HaLOS
120122

121-
On HaLOS, Signal K runs in a Docker container. Install the plugin and restart the service:
123+
Install from the Signal K Appstore, or manually:
122124

123125
```bash
124126
sudo docker exec signalk-server npm install signalk-alert-manager --prefix /home/node/.signalk
125127
sudo systemctl restart marine-signalk-server-container.service
126128
```
127129

128-
Then enable the plugin in the Signal K Admin UI under Server → Plugin Config.
130+
Then enable the plugin under Server → Plugin Config.
129131

130132
## Configuration
131133

0 commit comments

Comments
 (0)