todbot / blink1

Official software for blink(1) USB RGB LED by ThingM
https://blink1.thingm.com/
Other
953 stars 237 forks source link

Installing on linux no commandline folder #338

Closed ITCMD closed 5 years ago

ITCMD commented 5 years ago

When installing on my linux mint machine it says on the website http://blink1.thingm.com/blink1-tool/ to cd to Blink1/commandline however there is no commandline folder in this git. How am I to install it?

todbot commented 5 years ago

Apologies, that web page had some stale instructions on it. Thank you for the heads up, I have updated it. I've been moving blink1-tool and related files to its own repository. Instead you should do something like:

# git clone https://github.com/todbot/blink1-tool.git
# cd blink1-tool
# make
ITCMD commented 5 years ago

Glad I could help