moved based repo reference

This commit is contained in:
Luxferre
2026-08-05 08:56:31 +03:00
parent 0ea10f8d5b
commit b53e18dcbf
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
```
+1 -1
View File
@@ -1,3 +1,3 @@
module codeberg.org/luxferre/dynagate
module code.luxferre.top/luxferre/dynagate
go 1.26.4