From 42e36cdbc6d7c09d90ea62e4065888c9abf201d3 Mon Sep 17 00:00:00 2001 From: acetone Date: Wed, 15 Jan 2025 21:28:52 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56178f0..29f96cc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple assistant for generating i2pd tunnel configuration files with an intuitive web interface without JS and i18n support (Russian and English). -Clean C++. Depends only on the `asio` library. +Clean C++. One external dependency is the `asio` library. It consumes 4MB of RAM in runtime. @@ -11,7 +11,7 @@ Runs with a simple command `./i2pdtunnelwizard
`. ## fast start ``` -apt install build-essential make cmake git libasio-dev +sudo apt install build-essential make cmake git libasio-dev git clone https://notabug.org/acetone/i2pdtunnelwizard cd i2pdtunnelwizard mkdir build