updated readme

This commit is contained in:
Luxferre
2026-07-09 11:45:05 +03:00
parent 3ec7a19680
commit 54a0df0efb
+14 -2
View File
@@ -42,13 +42,25 @@ Dynagate is a lightweight, high-performance LLM gateway written in Go that acts
## Getting started
### 1. Clone and build
### 1. Installation
**Using `go install`**:
To install the latest version directly:
```bash
go install codeberg.org/luxferre/dynagate@latest
```
Or from within a cloned repository directory:
```bash
go install .
```
**Building from source manually**:
```bash
git clone https://codeberg.org/luxferre/dynagate.git
cd dynagate
make build
```
This produces a static binary `dynagate` (~6.5MB) in the root directory.
This produces a size-optimized, stripped static binary `dynagate` (~6.5MB) in the root directory.
### 2. Configure models
Create a `models.csv` file in the same directory. The file supports both header and header-less formats.