Skip to content

Commit

Permalink
docs: mention libcurl as build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Oct 20, 2023
1 parent a03a0e1 commit 5794197
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ higher-level API.

## Installation

Install via `v` cli
**Build Dependencies**

- From source
- libcurl - E.g., on Debian-based Linux distros, this might be `libcurl4-openssl-dev` or
`libcurl4-gnutls-dev`.

**Vibe as V module**

- Install via V's cli

```
v install --git https://github.com/ttytm/vibe
```

```v
import vibe
```

## Usage examples

#### GET request
Expand Down Expand Up @@ -169,7 +170,7 @@ sensible community needs.

- [x] Download with progress
- [x] Custom headers
- [x] curl Proxy support
- [x] Proxy support
- [ ] SSL options
- [ ] Extend HTTP methods

Expand Down

0 comments on commit 5794197

Please # to comment.