From 1bd766aef3757bff0a9dc64000627741797953b5 Mon Sep 17 00:00:00 2001 From: nguyed99 <nguyed99@zedat.fu-berlin.de> Date: Fri, 19 Jan 2024 23:36:01 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 722a6b9..e096ea0 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,6 @@ For live experience (meaning you enter the container), run: docker run -it --rm git.imp.fu-berlin.de:5000/comp-sci-project/jobs-n-tasks:local /bin/bash -If you change code in `src`, you need to rebuild the image with `bash build/build_image_local.sh`. The `src` folder can also be mounted in the image, but the assumption is that life is already difficult as it is... +If you change code in `src`, you need to rebuild the image with `bash build/build-image.sh`. The `src` folder can also be mounted in the image, but the assumption is that life is already difficult as it is... *Free and open-source software for all souls! Technical support is, unfortunately, only for group members.* \ No newline at end of file -- GitLab