- Notifications
You must be signed in to change notification settings - Fork907
Add clarity to the "Build from source" option#264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR clarifies the "Build from source" instructions in the README by explicitly describing how to build the executable and configure the server to use it.
- Updated instructions to use "go build" instead of "go".
- Added guidance on specifying an output location via the "-o" flag along with an example JSON configuration.
StefMa commentedApr 14, 2025
Same/similar as/to#224 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks for this!
62eed34
intomainUh oh!
There was an error while loading.Please reload this page.
In working on contributing to#225, I found this area of the instructions could use more clarity. Hopefully this is clearer and provides additional instructions on how to specify the output location of the build and configure the server to use the built executable.