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 19, 2023
1 parent a03a0e1 commit a436181
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ 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 +169,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 a436181

Please # to comment.