summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-09-02 12:26:44 -0600
committermo khan <mo.khan@gmail.com>2019-09-02 12:26:44 -0600
commitfc63bd794da114c3df38f9c176f71aa3691f4f5c (patch)
tree7c95f7519e5197393395639b2ac429187aab8707 /README.md
parentff3b619e360077f3818e834af41a0215249e22b9 (diff)
update path to repository
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 36e63e6..f6a0768 100644
--- a/README.md
+++ b/README.md
@@ -42,16 +42,16 @@ rather than using the bundled package with the non-standard source
layout.
The source code for this project can be found on
-`https://gitlab.com/xlgmokha/comp268`.
+`https://gitlab.com/xlgmokha/comp-268`.
To run a docker version of this assigment:
```bash
-$ docker run -it registry.gitlab.com/xlgmokha/comp268:latest
+$ docker run -it registry.gitlab.com/xlgmokha/comp-268:latest
```
To get shell access to the container and all code:
```bash
-$ docker run -it registry.gitlab.com/xlgmokha/comp268:latest /bin/sh
+$ docker run -it registry.gitlab.com/xlgmokha/comp-268:latest /bin/sh
```