From c834b3a419fcc8b6f701061a1a366e37616cde8a Mon Sep 17 00:00:00 2001 From: Luxferre Date: Thu, 27 Aug 2026 14:22:06 +0300 Subject: [PATCH] docs: add go install instructions to README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ca9ee9..445eb4f 100644 --- a/README.md +++ b/README.md @@ -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 ```