Skip to content

Commit

Permalink
Fixed Raspberry Pi Docker Install Typo (#983)
Browse files Browse the repository at this point in the history
Documentation was calling for --devices, proper argument is --device
  • Loading branch information
avery1227 authored Dec 14, 2024
1 parent b09952b commit d902507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Install/INSTALL-DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To get started, create a directory and place your **config.json** file there and

```bash
docker run -it \
--devices "/dev/bus/usb:/dev/bus/usb:rwm" -e TZ=$(cat /etc/timezone) --user "$(id -u):$(id -g)" \
--device "/dev/bus/usb:/dev/bus/usb:rwm" -e TZ=$(cat /etc/timezone) --user "$(id -u):$(id -g)" \
-v $(pwd):/app \
-v /var/run/dbus:/var/run/dbus \
-v /var/run/avahi-daemon/socket:/var/run/avahi-daemon/socket \
Expand Down

0 comments on commit d902507

Please sign in to comment.