Skip to content

Commit

Permalink
docs: Readme (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Apr 6, 2024
1 parent 05c17e6 commit b909f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It is used to exchange information between the host and guest, and to execute co

## Usage

Via `compose.yml`
Via Docker Compose:

```yaml
version: "3"
Expand All @@ -28,7 +28,7 @@ services:
restart: on-failure
```
Via `docker run`
Via Docker CLI:
```bash
docker run -it --rm qemux/qemu-host
Expand Down

0 comments on commit b909f80

Please sign in to comment.