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 ```