mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-24 02:32:17 +08:00
Updated makefile for deps
This commit is contained in:
parent
3a06de031a
commit
33c0210662
@ -11,7 +11,6 @@ git:
|
|||||||
depth: 3
|
depth: 3
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get golang.org/x/crypto/ssh/terminal
|
|
||||||
- make install
|
- make install
|
||||||
|
|
||||||
go_import_path: github.com/gin-gonic/gin
|
go_import_path: github.com/gin-gonic/gin
|
||||||
|
1
Makefile
1
Makefile
@ -35,6 +35,7 @@ deps:
|
|||||||
@hash embedmd > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
|
@hash embedmd > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
|
||||||
go get -u github.com/campoy/embedmd; \
|
go get -u github.com/campoy/embedmd; \
|
||||||
fi
|
fi
|
||||||
|
@go get -u golang.org/x/crypto/ssh/terminal
|
||||||
|
|
||||||
embedmd:
|
embedmd:
|
||||||
embedmd -d *.md
|
embedmd -d *.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user