docs: fix documentation on running the webserver

This commit is contained in:
Lucas Barbieri 2024-08-25 23:19:58 -03:00
parent acd9b90042
commit 2431f5e655

View File

@ -35,10 +35,10 @@ docker compose up --build -d
### manual ### manual
- to run it, either build with `go build -o abyss` or run it directly with: - to run it manually, build it with `go build -o abyss` and run:
```bash ```bash
URL="your-domain" AUTH_USERNAME=admin AUTH_PASSWORD=admin go run ./main.go URL="your-domain" AUTH_USERNAME=admin AUTH_PASSWORD=admin ./abyss
``` ```
## uploading ## uploading