aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ae633851d782c78714a71a817ef42b5186ef60f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Luxcena-Neo
Raspberry-pi addressable LED controller software

## Wiki
The wiki will be available right in the browser when you have the software installed. If you want to contribute, you follow standard procedures for contributing here, and change/add/delete the markdown-files found in `/docs`. Don't worry about the `_book` folder, as that contains the generated html wiki.
## Install
```
wget https://raw.githubusercontent.com/JakobST1n/Luxcena-Neo/master/bin/install.sh && chmod +x install.sh && sudo ./install.sh && rm install.sh
```