Fixed requirements

This commit is contained in:
Mattias Hansson 2026-01-03 11:45:22 +01:00
parent 22320a3357
commit 27a5b51a02

View file

@ -19,6 +19,8 @@ c65gm compiles high-level source code into ACME assembler syntax for the 6502 pr
## Requirements ## Requirements
- **Go**: Version 1.25.1 or higher (tested with 1.25.5) - **Go**: Version 1.25.1 or higher (tested with 1.25.5)
- **Acme**: Tested with release 0.97 ("Zem")
The project uses Go modules with these dependencies: The project uses Go modules with these dependencies:
- `github.com/armon/go-radix` - Prefix tree for command lookup - `github.com/armon/go-radix` - Prefix tree for command lookup