From 39c3817ce4db2aedcafc29cbfa2f08fed82e29a4 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 19 Oct 2021 09:43:29 +0300 Subject: [PATCH] readme: add a section for installing openssl so linking to it when answering is easier. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbc28c08f2..9d58dc9ba4 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,9 @@ v run tetris/tetris.v NB: In order to build Tetris or 2048 (or anything else using `sokol` or `gg` graphics modules) on some Linux systems, you need to install `libxi-dev` and `libxcursor-dev` . -If you plan to use the http package, you also need to install OpenSSL on non-Windows systems. +## V net.http, net.websocket, `v install` +If you plan to use the net.http module, or the net.websocket module, you also need to install +OpenSSL on non-Windows systems: ```bash macOS: