This commit is contained in:
@@ -13,7 +13,7 @@ Just drop the binary on a server and start triaging.
|
||||
|
||||
### Option A: Download the Binary
|
||||
|
||||
1. Go to the [Releases](https://epigas.gitea.cloud/RiskRancher/core/releases) tab and download the compiled executable for your OS (Windows/macOS/Linux).
|
||||
1. Go to the [Releases](https://code.riskrancher.com/RiskRancher/core/releases) tab and download the compiled executable for your OS (Windows/macOS/Linux).
|
||||
2. Place the binary in a dedicated directory and execute it.
|
||||
3. Visit `http://localhost:8080` in your browser.
|
||||
|
||||
@@ -22,7 +22,7 @@ Just drop the binary on a server and start triaging.
|
||||
Ensure you have **Go 1.26+** installed (*CGO is required for the native `mattn/go-sqlite3` driver*).
|
||||
|
||||
```bash
|
||||
git clone https://epigas.gitea.cloud/RiskRancher/core
|
||||
git clone https://code.riskrancher.com/RiskRancher/core
|
||||
cd core
|
||||
go build -o rr ./cmd/rr/main.go
|
||||
./rr
|
||||
|
||||
Reference in New Issue
Block a user