1
Fork 0

Fix weird phrases in readme

This commit is contained in:
prescientmoon 2024-09-23 22:13:39 +02:00
parent c72462920b
commit 7819bd38fa
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U

View file

@ -38,10 +38,10 @@ SHIMMERING_LOG_DIR=shimmering/logs
The project currently exposes two binaries:
1. `shimmering-discord-bot` provides the discord bot for `shimmeringmoon`
2. `shimmering-cli` provides the command line interface for `shimmeringmoon`:
1. `shimmering-discord-bot` provides (as the name suggests) a discord bot exposing the `shimmeringmoon` functionality
2. `shimmering-cli` provides (again, as the name suggests) a command line interface for administration and debugging purposes:
- The `prepare-jackets` prepares the provided jackets for running the bot (see the section below for more details)
- The `prepare-jackets` command prepares the provided jackets for running the bot (see the section below for more details)
- The `analyse <...paths>` command is a command-line version of the `score magic` discord command. This is useful for debugging things like the OCR implementation, without having to transmit files over the network.
## Future binaries