···6666You must have **scdoc** installed to build the man pages.
6767If scdoc is not installed, it skips the building.
68686969-You can use
6969+### Installing
7070+7171+Building and installing binaries and man pages to `/usr/local/`:
7272+```bash
7373+just install
7474+```
7575+7676+### Docker
7777+7878+Lasa can be used easily with Docker.
7979+8080+You can build the Docker image containing `lasa` and `lasad` with:
7081```bash
7182just build-docker localhost/lasa
7283```
7373-to build the Dockerfile containing `lasa` and `lasad`.
7474-You can replace `localhost/lasa` by the name of the image.
8484+where `localhost/lasa` by the name of the image.
75857676-### Installing
8686+You can start the compose file in dev mode with:
8787+```bash
8888+just dev-docker
8989+```
77907878-Building and installing binaries and man pages to `/usr/local/`:
9191+You can deploy the container in production by copying the `compose.yml` and running:
7992```bash
8080-just install
9393+docker compose --profile prod up -d
9494+# if you use podman
9595+podman compose --profile prod up -d
8196```
9797+It will use the official image [`anhgelus.world/lasa`](https://atcr.io/r/anhgelus.world/lasa) hosted on ATCR.