We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6137215 commit f04628fCopy full SHA for f04628f
README.md
@@ -45,7 +45,7 @@ Make sure the pi user is in the gpio and spi group:
45
### WS281X Strip ###
46
```
47
sudo pip3 install rpi_ws281x adafruit-circuitpython-neopixel
48
- sudo ln -s /home/pi/ledcontrol/ledcontrol-root.service /etc/systemd/system/ledcontrol.service
+ sudo cp /home/pi/ledcontrol/ledcontrol-root.service /etc/systemd/system/ledcontrol.service
49
sudo systemctl enable ledcontrol
50
51
0 commit comments