We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d56f39 commit 10d565bCopy full SHA for 10d565b
1 file changed
README.md
@@ -13,8 +13,8 @@ Current version of JDN plugin is client-server application with to independent p
13
* Setup Docker https://www.docker.com/products/docker-desktop
14
* Create container using the command
15
```
16
-_docker login registry.gitlab.com
17
-docker run -p 127.0.0.1:5000:5000/tcp -ti --rm --name jdi-ml registry.gitlab.com/vfuga/jdi-qasp-ml:latest_
+docker login registry.gitlab.com
+docker run -p 127.0.0.1:5000:5000/tcp -ti --rm --name jdi-ml registry.gitlab.com/vfuga/jdi-qasp-ml:latest
18
19
* In Windows 10 use PowerShell instead of regular command-line interpreter, for macOS use native terminal.
20
* After finishing of downloading check that container is created and the number of version is displayed in JDN plugin tab.
0 commit comments