Forgot the makefile!
This commit is contained in:
parent
0144ed9e0b
commit
daff5eb65c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -5,6 +5,7 @@ deps:
|
||||||
go get github.com/golang/freetype
|
go get github.com/golang/freetype
|
||||||
go get github.com/llgcode/draw2d
|
go get github.com/llgcode/draw2d
|
||||||
go get github.com/llgcode/draw2d/draw2dimg
|
go get github.com/llgcode/draw2d/draw2dimg
|
||||||
|
go get github.com/disintegration/imaging
|
||||||
|
|
||||||
install-tg:
|
install-tg:
|
||||||
go install github.com/hamcha/clessy/tg
|
go install github.com/hamcha/clessy/tg
|
||||||
|
|
Reference in a new issue