diff --git a/README.md b/README.md index 9125175..0368f39 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,16 @@ Then open a web browser to http://localhost:5000 ### Run with Docker +Simply run: + +```bash +docker run -ti --rm -p 5000:5000 libretranslate/libretranslate +``` + +Then open a web browser to http://localhost:5000 + +### Build with Docker + Make sure you cloned the `models` submodule before building the Docker image: ```bash