moved based repo reference
This commit is contained in:
@@ -50,7 +50,7 @@ Dynagate is a lightweight, high-performance LLM gateway written in Go that acts
|
||||
**Using `go install`**:
|
||||
To install the latest version directly:
|
||||
```bash
|
||||
go install codeberg.org/luxferre/dynagate@latest
|
||||
go install code.luxferre.top/luxferre/dynagate@latest
|
||||
```
|
||||
Or from within a cloned repository directory:
|
||||
```bash
|
||||
@@ -59,7 +59,7 @@ go install .
|
||||
|
||||
**Building from source manually**:
|
||||
```bash
|
||||
git clone https://codeberg.org/luxferre/dynagate.git
|
||||
git clone https://code.luxferre.top/luxferre/dynagate.git
|
||||
cd dynagate
|
||||
make build
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user