Skip to content
Snippets Groups Projects
Commit 473f764f authored by Tobias Hangleiter's avatar Tobias Hangleiter
Browse files

Update file README.md

parent cb0f2487
No related branches found
No related tags found
1 merge request!63Fix readme formatting
Pipeline #1638750 waiting for manual action
...@@ -123,11 +123,11 @@ python -m hatch run tests:run ...@@ -123,11 +123,11 @@ python -m hatch run tests:run
(sudo) docker build -t pyspeck-dev . (sudo) docker build -t pyspeck-dev .
``` ```
2. Run the image... 2. Run the image...
1. ... either running the tests and exiting: - ... either running the tests and exiting:
```sh ```sh
(sudo) docker run --rm pyspeck-dev (sudo) docker run --rm pyspeck-dev
``` ```
2. ... or entering an interactive console: - ... or entering an interactive console:
```sh ```sh
(sudo) docker run --rm -it pyspeck-dev /bin/bash (sudo) docker run --rm -it pyspeck-dev /bin/bash
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment