diff --git a/Makefile b/Makefile index 3c87a0e..661c683 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,5 @@ setup: - git clone https://github.com/RockKeeper/go-rpi-rgb-led-matrix - rm go-rpi-rgb-led-matrix/go.mod go-rpi-rgb-led-matrix/go.sum - find ./ -type f -exec sed -i 's|github.com/RockKeeper|git.dvdt.dev/david/bitcoin-ticker-pi|g' {} + - cd go-rpi-rgb-led-matrix/lib - git submodule update --init - cd rpi-rgb-led-matrix - make + cd go-rpi-rgb-led-matrix/lib/rpi-rgb-led-matrix && make run: sudo go run cmd/rpi/main.go --led-slowdown-gpio=2