We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f33ee commit 2d268d1Copy full SHA for 2d268d1
1 file changed
README.md
@@ -23,9 +23,9 @@ The following package is also required for running the test suite.
23
24
This step is only required if you intend to run Opus in docker.
25
26
-To build the main image use
+To build the main image use <br>
27
`docker build -t Opus .`
28
-To build the test suite image use
+To build the test suite image use <br>
29
`docker build --build-arg directory=tests -t Opus/tests .`
30
31
# Running
@@ -39,9 +39,9 @@ To run the test suite navigate to the `tests` directory and run
39
40
### With Docker
41
42
-To run the main program run
+To run the main program run <br>
43
`docker run Opus`
44
-To run the test suite run
+To run the test suite run <br>
45
`docker run Opus/tests`
46
47
0 commit comments