1
0

Added a valid path to a jade compiler and instruction on how to install it.

This commit is contained in:
Alexander Andreev 2022-06-13 18:47:27 +04:00
parent a02efc9852
commit 972e42026d
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -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