Skip to content

Commit

Permalink
Docker support
Browse files Browse the repository at this point in the history
  • Loading branch information
meltaxa committed Mar 20, 2021
1 parent d4852e0 commit 697e97e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ the Raspberry Pi to configure the LEGO usb device which the container will need
curl -L https://raw.githubusercontent.com/meltaxa/musicfig/master/install.sh | bash -s -- --docker
```

The bootstrap script also downloaded two example config.py and tags.yml files. Place these in a directory
of your choosing, say /home/pi/musicfig and update these files accordingly. See the complete installation
The bootstrap script also downloads the example config.py and tags.yml files. Place these in a directory
of your choosing, say /home/pi/musicfig and update these files accordingly. See the complete install
instructions in the Medium article
"[My LEGO Minifigures Play Spotify](https://medium.com/@mellican/my-lego-minifigures-play-spotify-dc397e83280e)"
for related Spotify and configuration steps.
for Spotify configuration steps.

Next, find the USB bus and device mappings. Look for Id "0e6f:0241":
Next, find the USB bus and device mappings for the LEGO pad. Make sure it is plugged in. Look for Id "0e6f:0241":
```
lsusb | grep 0e6f:0241
```
Expand Down

0 comments on commit 697e97e

Please sign in to comment.