From 169b698f6e772029c121d741a537d31162a37f25 Mon Sep 17 00:00:00 2001 From: dvkt Date: Mon, 6 Jan 2020 01:41:53 -0800 Subject: [PATCH] linux instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3ba0821..c68e9e8 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,11 @@ the app (`ctrl-h`) or visit: *pro-tip:* run a local gopher server on `127.0.0.1:7070` and start phetch with `-l` or `--local` to quickly connect to it. +to build with TLS support on **linux**, you need `openssl` and +`pkg-config`: + + sudo apt install -y pkg-config libssl-dev + ## screenies ![DOS Archive](./img/dos.png)