mirror of
https://github.com/smittix/intercept.git
synced 2026-05-29 21:19:28 -07:00
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:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user