diff --git a/README.md b/README.md index 228dccb..694e367 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,23 @@ docker run --rm -v /your/document/directory:/srv/http --user $(id -u):$(id -g) ### Run in docker with `nginx` and `plantUML` server ```bash -docker compose up --build +STATIC_ROOT=/your/document/directory UID=$(id -u) GID=$(id -g) docker compose up --build ``` +### Install with pipx + +```bash +pipx install -r requirements-run.txt . +``` + +or + +```bash +pipx install --extra-index-url https://gitea.woggioni.net/api/packages/woggioni/pypi/simple/ bugis[run] +``` + +### Run from cli + +```bash +bugis -a 127.0.0.1 -p 8000 +``` \ No newline at end of file