docs: add go install instructions to README

This commit is contained in:
Luxferre
2026-08-27 14:22:06 +03:00
parent b81dd38812
commit c834b3a419
+9 -3
View File
@@ -43,16 +43,22 @@ The name comes from Qwen + the default image of Corona Extra beer bottles that t
- `get_thinking_chunk`: Extracts newly generated reasoning tokens in real-time.
- `get_stream_chunk`: Extracts newly generated message content tokens in real-time.
## Build and Run
## Installation
```bash
go install code.luxferre.top/luxferre/qorona@latest
```
### Building from source
### Build
```bash
make qorona
```
Binary is output to `bin/qorona`.
### Run
## Running
```bash
./bin/qorona -port 8080
```