Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Jul 8, 2024
1 parent 6ef3a9f commit 7769cd0
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,28 @@ service:
- `GET /api/traces/:trace_id`
- `GET /api/search`
- `GET /api/search/tags`
- `GET /api/search/tag/:name/values`
- `GET /api/search/tag/:name/values`

## Installation

### Installation script

```
curl -fsSL https://github.com/gernest/frieren/releases/latest/download/install.sh | bash
```
### Container image
```
docker pull ghcr.io/gernest/frieren:latest
```
### Prebult binaries
[See latest release page](https://github.com/gernest/frieren/releases/latest)
## Start server
```
frieren
```

0 comments on commit 7769cd0

Please sign in to comment.