From a43618197692cc043a19dcf276d3281c6b33dd91 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Fri, 20 Oct 2023 01:55:15 +0200 Subject: [PATCH] docs: mention libcurl as build dependency --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7c57a53..2b2fd15 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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