diff --git a/FAQ.md b/FAQ.md index 08233bc..7124956 100644 --- a/FAQ.md +++ b/FAQ.md @@ -33,5 +33,5 @@ Make sure to check the ports you are using, as generally they correspond to the Not necessarily. For invite functionality, an http connection is only necessary. However, password resets require jfa-go to be able to access Jellyfin's installation directory, so you'll need to use SMB or similar to mount it. ## 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. +No, because the supporting files (CSS, 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.