Skip to content

Commit dfb8836

Browse files
authored
Update README.md
1 parent 1ac344f commit dfb8836

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ make docker.all // Expect some tests to succeed, some fail
4343
```
4444

4545
## Getting started if you are not running Docker
46-
If you are not running docker, you have to install languages we support on your host system. See the [Dockerfile](./Dockerfile) for how you can do this on debian-based systems. You can run the tests directly on your host system by doing:
46+
If you are not running docker, you have to install languages we support on your host system. See the [Dockerfile](./Dockerfile) for how you can do this on debian-based systems.
47+
48+
You can run the tests directly on your host system by doing:
4749
```
4850
make test.example // Expect example tests to succeed
4951
make test.01 // Expect fail because we don't have any day-01 tests

0 commit comments

Comments
 (0)