Added a valid path to a jade compiler and instruction on how to install it.
This commit is contained in:
parent
a02efc9852
commit
972e42026d
@ -6,7 +6,8 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
//go:generate jade -pkg=web -writer templates/index.jade
|
||||
// To install a Jade compiler: go install github.com/Joker/jade/cmd/jade@latest
|
||||
//go:generate $GOPATH/bin/jade -pkg=web -writer templates/index.jade
|
||||
|
||||
//go:embed assets
|
||||
var assetsDir embed.FS
|
||||
|
Loading…
Reference in New Issue
Block a user