matrix-org / matrix-static

A static golang generated preview of public world readable Matrix rooms.
http://view.matrix.org/
Apache License 2.0
87 stars 25 forks source link

Instructions for non-docker install don't work on linux #76

Open turt2live opened 5 years ago

turt2live commented 5 years ago

qtc: command not found. No vendor directory.

t3chguy commented 5 years ago

after you run go get github.com/valyala/quicktemplate/qtc it will get installed into your $GOPATH/bin which should be in your $PATH if you want to use qtc otherwise $GOBATH/bin/qtc should suffice