diff --git a/README.md b/README.md index d7c5b6d..efa95df 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,16 @@ Dependencies sudo apt-get install python-imaging python3-pip python-requests python3-requests sudo pip-3.2 install pillow +mkdir ~/bin + # Initialize submodules in repo git submodule update --init cd rpi-rgb-led-matrix/ make cp rgbmatrix.so ../ +cp led-matrix text-example ~/bin + +# testing time sudo ./minimal-example sudo ./led-matrix -D 0 sudo python matrixtest.py