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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ The Delphi registry requires a docker host to deploy containers to. The followin
25
25
* The Delphi WebApi ( ```delphi-webapi:1.0.0-SNAPSHOT``` )
26
26
* The Delphi WebApp ( ```delphi-webapp:1.0.0-SNAPSHOT``` )
27
27
28
-
To obtain these images, please clone the Delphi registry repository and execute the command
28
+
To obtain these images, please checkout the Delphi registry repository and execute the command
29
29
30
30
```
31
31
sudo bash ./Delphi_install.sh
32
32
```
33
-
inside their root directory. This installation script will create the required repositories, build the docker images, and register them directly at the local docker registry.
33
+
inside the root directory. This installation script will create the required repositories, build the docker images, and register them directly at the local docker registry.
34
34
The registry requires an initial instance of ElasticSearch to be running.
0 commit comments