Skip to content

Commit 0d12887

Browse files
authored
Update README.md
1 parent b836b19 commit 0d12887

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ The Delphi registry requires a docker host to deploy containers. The following i
2525
* The Delphi WebApi ( ```delphi-webapi:1.0.0-SNAPSHOT``` )
2626
* The Delphi WebApp ( ```delphi-webapp:1.0.0-SNAPSHOT``` )
2727

28-
For Windows Users, to obtain these images, checkout the respective repositories ([here](https://github.com/delphi-hub/delphi-crawler), [here](https://github.com/delphi-hub/delphi-webapi) and [here](https://github.com/delphi-hub/delphi-webapp)) and execute the command
28+
For Windows users, to obtain these images, checkout the respective repositories ([here](https://github.com/delphi-hub/delphi-crawler), [here](https://github.com/delphi-hub/delphi-webapi) and [here](https://github.com/delphi-hub/delphi-webapp)) and execute the command
2929

3030
```
3131
sbt docker:publishLocal
3232
```
33-
inside their root directory. This will build the docker images and register them directly at the local docker registry.
34-
For Linux Users, checkout Delphi Registry repository ([here](https://github.com/delphi-hub/delphi-registry)) and execute the command
33+
inside their root directory. This will build the docker images and register them directly at the local docker registry. <br />
34+
35+
For Linux users, checkout Delphi Registry repository and execute the command
3536

3637
```
3738
sudo bash ./Delphi_install.sh
@@ -117,8 +118,8 @@ There are two ways of running the registry application. You can either run the a
117118
### Run the registry directly
118119
If you want to execute the registry directly on your local machine, simply go to the root folder of the repository and execute ```sbt run```. The application will stream all logging output to the terminal. You can terminate any time by pressing *RETURN*.
119120
### Run the registry in Docker
120-
For Windows Users, to build a docker image containing the registry, go to the root folder of the repository and execute ```sbt docker:publishLocal```. This will build the application, create a docker image named ```delphi-registry:1.0.0-SNAPSHOT```, and register the image at your local docker registry.
121-
For Linux Users, the installation script mentioned in **Requirements** section will create docker image for registry named ```delphi-registry:1.0.0-SNAPSHOT```, and registers the image at your local docker registry.
121+
For Windows users, to build a docker image containing the registry, go to the root folder of the repository and execute ```sbt docker:publishLocal```. This will build the application, create a docker image named ```delphi-registry:1.0.0-SNAPSHOT```, and register the image at your local docker registry.<br />
122+
For Linux users, the installation script mentioned in **Requirements** section will create docker image for registry named ```delphi-registry:1.0.0-SNAPSHOT```, and registers the image at your local docker registry.
122123

123124
## Contributing
124125

0 commit comments

Comments
 (0)