leoluk / paperlike-go

paperlike-go is a Linux Go library and CLI utility to control a Dasung Paperlike display via I2C DDC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme git clone command line needs https://

ZacharieALES opened this issue · comments

I had to add https:// to make it work:
git clone https://github.com/leoluk/paperlike-go && cd paperlike-go

Thanks!