docs: 📝 Update installation documentation to match latest guidelines

This commit is contained in:
Jesse Wierzbinski 2025-04-01 13:52:47 +02:00
parent 7a6b93a36c
commit 844fbf7c9e
No known key found for this signature in database
4 changed files with 60 additions and 34 deletions

View file

@ -9,7 +9,7 @@ Versia Server includes a built-in CLI for managing the server. To use it, simply
```bash
# Docker
# Replace `versia` with the name of your container
docker compose exec -it versia /bin/sh /app/entrypoint.sh cli help
docker compose exec -it versia sh /app/entrypoint.sh cli help
```
You can use the `help` command to see a list of available commands. These include creating users, deleting users and more. Each command also has a `--help,-h` flag that you can use to see more information about the command.