README.md: add installation instructions

This commit is contained in:
oni@bor 2026-01-05 01:22:59 +01:00
parent 95aa3b2409
commit 731e2c263f

View File

@ -9,4 +9,7 @@ Fastionary is an alternative front-end for wiktionary data.
# Installation # Installation
```bash ```bash
git clone https://git.wlankabel.at/onipa/fastionary.git git clone https://git.wlankabel.at/onipa/fastionary.git
cd fastionary
docker build -t fastionary .
docker run --rm -p 5000:5000 -d fastionary
``` ```