summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-01-12 18:55:26 +0100
committerYorhel <git@yorhel.nl>2020-01-12 18:55:28 +0100
commit5b39f0d84bd58f75185b4901cf03fdbf55c73b62 (patch)
tree1a4e91258b92bcb7a5e47bdee38795ea5a5ccc42 /README.md
parent5fd5479be1b72b5ebcdf44d320c64ac3f61b70a7 (diff)
Docker: Add image version check to docker-init.sh
This adds a method to signal that the docker image should be rebuilt after a change or update to the dependencies - which is much better than getting weird hard-to-debug errors because an older version of TUWF happens to be missing a function or something.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0a965040..61c76c0f 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,8 @@ util/multi.pl (application server, optional):
## Manual setup
- Make sure all the required dependencies (see above) are installed. Hint: See
- the Docker file for Ubuntu commands. For non-root setup: Use cpanm & local::lib.
+ the Docker file for Alpine Linux commands, other distributions will be similar.
+ For non-root setup, check out cpanminus & local::lib.
- Run the build system:
```