From e80a327506231262ea2c87933754fed4ac0c8c5e Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 30 Jan 2023 17:53:48 +0330 Subject: added the pip command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c89f711..9194029 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ A tunnel manager in the familiar top style with ncurses and asyncio. ![Image](tunneltop.png) +## Install +```sh +pip install tunneltop +``` + ## what it is * a simple tunnel manager written in python that uses the standard library only(standard library only in python 3.11) * it starts and manages the tunnels for you -- cgit v1.2.3