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`**:
|
**Using `go install`**:
|
||||||
To install the latest version directly:
|
To install the latest version directly:
|
||||||
```bash
|
```bash
|
||||||
go install codeberg.org/luxferre/dynagate@latest
|
go install code.luxferre.top/luxferre/dynagate@latest
|
||||||
```
|
```
|
||||||
Or from within a cloned repository directory:
|
Or from within a cloned repository directory:
|
||||||
```bash
|
```bash
|
||||||
@@ -59,7 +59,7 @@ go install .
|
|||||||
|
|
||||||
**Building from source manually**:
|
**Building from source manually**:
|
||||||
```bash
|
```bash
|
||||||
git clone https://codeberg.org/luxferre/dynagate.git
|
git clone https://code.luxferre.top/luxferre/dynagate.git
|
||||||
cd dynagate
|
cd dynagate
|
||||||
make build
|
make build
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user