Installation from Source: make install?

Docs stop at building: Installation from source | Gitea Documentation

Of course, I don’t want to run it from where I built it, so I started following installing as a service docs which point me to copy: https://github.com/go-gitea/gitea/blob/v1.24.4/contrib/systemd/gitea

That references a number of paths I haven’t configured like…

  • /var/lib/gitea/
  • /usr/local/bin/gitea
  • /etc/gitea/app.ini

I ran make install but I have no idea what that did. It seemed to just build it again, didn’t install it anywhere. What’s the best way to install after building?