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

Merge branch 'enh/readme_formatting' into 'main'

Fix readme formatting

See merge request !63
parents cb0f2487 473f764f
No related branches found
No related tags found
1 merge request!63Fix readme formatting
Pipeline #1639000 waiting for manual action
......@@ -123,11 +123,11 @@ python -m hatch run tests:run
(sudo) docker build -t pyspeck-dev .
```
2. Run the image...
1. ... either running the tests and exiting:
- ... either running the tests and exiting:
```sh
(sudo) docker run --rm pyspeck-dev
```
2. ... or entering an interactive console:
- ... or entering an interactive console:
```sh
(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