Skip to content

Commit

Permalink
fix(doc): Fix command to run tests
Browse files Browse the repository at this point in the history
Makes the output nicer.
  • Loading branch information
reitzig committed Jan 2, 2024
1 parent 9714c39 commit 2d169ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ the recommended way is to run the tests in a Docker container:

```fish
docker build -t sdkman-for-fish-tests -f test/Dockerfile .
docker run --rm sdkman-for-fish-tests
docker run --rm -it sdkman-for-fish-tests
```

A run configuration for Jetbrains IDEs is included.
Expand Down

0 comments on commit 2d169ba

Please sign in to comment.