docs: add go install instructions to README
This commit is contained in:
@@ -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_thinking_chunk`: Extracts newly generated reasoning tokens in real-time.
|
||||||
- `get_stream_chunk`: Extracts newly generated message content 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
|
```bash
|
||||||
make qorona
|
make qorona
|
||||||
```
|
```
|
||||||
|
|
||||||
Binary is output to `bin/qorona`.
|
Binary is output to `bin/qorona`.
|
||||||
|
|
||||||
### Run
|
## Running
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./bin/qorona -port 8080
|
./bin/qorona -port 8080
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user