Make dependency guidance consistent across all documentation

- Update acarsdec install instruction to point to ./setup.sh
- Add ACARS Messaging to README features list
- Add acarsdec to README acknowledgments section
- All sources now consistently recommend ./setup.sh for acarsdec

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-13 23:12:44 +00:00
parent 93f68aa29d
commit 161e0d8ea8
2 changed files with 4 additions and 2 deletions

View File

@@ -202,8 +202,8 @@ TOOL_DEPENDENCIES = {
'required': True,
'description': 'ACARS VHF decoder',
'install': {
'apt': 'Build from source (not in apt repos)',
'brew': 'Build from source',
'apt': 'Run ./setup.sh (builds from source)',
'brew': 'Run ./setup.sh (builds from source)',
'manual': 'https://github.com/TLeconte/acarsdec'
}
}