mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
docs: 📝 Update installation documentation to match latest guidelines
This commit is contained in:
parent
7a6b93a36c
commit
844fbf7c9e
4 changed files with 60 additions and 34 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue