Skip to content

Commit

Permalink
docker run fixed in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Dec 28, 2024
1 parent 1ae795a commit cf1868a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,7 @@ docker build -t audio_common .
After the image is created, run a docker container with the following command.

```shell
docker run -it --device /dev/snd audio_common
```

To use a shortcut, you may use following command:

```shell
make docker_run
docker run -it --rm --device /dev/snd audio_common
```

## Nodes
Expand Down

0 comments on commit cf1868a

Please # to comment.