X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/blobdiff_plain/83da10bbcbbc415c0ae71769249d06c160a54560..0f87b4b80166f1b46bb5a8ff079df1644ecceb90:/README-nominatim-docker.md diff --git a/README-nominatim-docker.md b/README-nominatim-docker.md index cd941d7..be662f9 100644 --- a/README-nominatim-docker.md +++ b/README-nominatim-docker.md @@ -4,14 +4,14 @@ This document assumes you followed the [nominatim-docker](https://github.com/med nominatim-ui is a separate project and it's not planned to add the UI to the nominatim-docker installation. -The following instructions might still be useful and/or help futher automate such an installation. +The following instructions might still be useful and/or help further automate such an installation. ```bash # Log into the running container docker exec -it nominatim /bin/bash # Download stable nominatim-ui release -# available verions: https://github.com/osm-search/nominatim-ui/releases +# available versions: https://github.com/osm-search/nominatim-ui/releases VERSION=3.4.0 cd /tmp curl -L --fail -o nominatim-ui.tar.gz https://github.com/osm-search/nominatim-ui/releases/download/v${VERSION}/nominatim-ui-${VERSION}.tar.gz