diff --git a/README.md b/README.md index ca04dcc4b9bf7db1c188480440ec3eb556cf490c..9421e1e2c4f69cdbb576173c414044bc89febfb0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Using the prebuilt image is recommended unless you want to build your own. ```sh $ docker login registry.gitlab.utu.fi -$ docker pull registry.gitlab.utu.fi/tech/soft/thesis-builder +$ docker pull registry.gitlab.utu.fi/tech/soft/thesis/builder ``` ## Building the image locally @@ -37,7 +37,7 @@ To build the default profile: ```sh $ git clone https://gitlab.utu.fi/tech/soft/thesis/builder -$ cd thesis-builder +$ cd builder $ docker build . ``` @@ -45,7 +45,7 @@ To build the 'minimal' profile: ```sh $ git clone https://gitlab.utu.fi/tech/soft/thesis/builder -$ cd thesis-builder +$ cd builder $ docker build --build-arg TEXPROFILE=texlive-minimal.profile . ```