Docker
Chess-tui can be runned in a Docker container.
Installation
Pull and run a specific version:
docker pull ghcr.io/thomas-mauran/chess-tui:latest
docker run --rm -it ghcr.io/thomas-mauran/chess-tui:latestOr run directly without pulling first:
docker run --rm -it ghcr.io/thomas-mauran/chess-tui:latest
Replace the version tag with the version you want to use. Check the GitHub releases for available versions.