README.md: add installation instructions
This commit is contained in:
parent
95aa3b2409
commit
731e2c263f
@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user