From 67867222d4e2c0c764cb7df975831adfbd9a4062 Mon Sep 17 00:00:00 2001 From: David Lick Date: Thu, 21 Dec 2023 11:22:34 -0500 Subject: [PATCH] updates make setup --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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