You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,8 @@ The `Dockerfile` in the `.docker` folder includes a minimal Java Runtime Environ
89
89
```
90
90
docker pull ghcr.io/sdsc-ord/shacl:latest
91
91
```
92
-
> :warning: It is generally better to used a fixed version of the docker image, rather than the `latest` tag. Consult the [package page](https://github.com/SDSC-ORD/shacl/pkgs/container/shacl) find what versions are available.
92
+
> :warning: It is generally better to use a fixed version of the docker image, rather than the `latest` tag. Consult the [package page](https://github.com/SDSC-ORD/shacl/pkgs/container/shacl) to find what versions are available.
93
+
93
94
To use the Docker image, there are two possible commands. To run the validator:
0 commit comments