improved description of repository, moved CLI info to README.md

This commit is contained in:
EzFeDezy
2025-05-10 16:23:45 +02:00
parent 0f11a30797
commit 85141c879f
2 changed files with 13 additions and 12 deletions

View File

@@ -1,9 +1,4 @@
# Using the CLI
Before anything follow these steps:
1. Enter the project's `src` directory (used as the working directory in all examples)
2. Build the project: `dotnet build`
All user-defined parameters are denoted using the `$` symbol. I.e. `$mysql_ip` means: replace this with your MySQL IP address or set it as a local variable in your terminal session.
# CLI
## Database
### Create or check
`src/cli/bin/Debug/net8.0/cli -h $mysql_ip -p $mysql_port -U $mysql_username -P $mysql_password --database --create [--setup]`