okay, Akissvart
Signed-off-by: Odyssey <odyssey346@disroot.org>
This commit is contained in:
parent
7365c75a7f
commit
5334eeda5e
@ -25,12 +25,3 @@ go run main.go # Run this when you've done above, and you're planning on develop
|
|||||||
go build . -o segfautils
|
go build . -o segfautils
|
||||||
./segfautils
|
./segfautils
|
||||||
```
|
```
|
||||||
#### NixOS
|
|
||||||
```
|
|
||||||
git clone https://github.com/ProjectSegfault/segfautils
|
|
||||||
cd segfautils/
|
|
||||||
nix-shell # Avoid installing Go and setting up the web port, by just running a nix shell
|
|
||||||
# You still need the environment variables HCAPTCHA_SITE_KEY, HCAPTCHA_SECRET_KEY and SEGFAUTILS_WEBHOOK_URL though!
|
|
||||||
go run main.go # If you're developing
|
|
||||||
go build . -o segfautils && ./segfautils # If you're intending to use Segfautils for production.
|
|
||||||
```
|
|
||||||
|
Reference in New Issue
Block a user