diff --git a/FAQ.md b/FAQ.md index b650545..8a80437 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,3 +1,6 @@ +## Can i `go get` this repository? +No, because the supporting files (SCSS, email templates, etc.) need to be compiled and placed next to the executable before it will run, and `go get` will only compile the app itself. + ## I can't access `localhost:8056` jfa-go does not run as a daemon, so if you aren't using a service manager to achieve this, you need to run `jfa-go` in a terminal and keep it open.