aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-30 14:43:28 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-30 14:43:28 +0000
commit440e6cd8ff9eab2b9c5fee1418c7698a8a21ad5a (patch)
tree9d6693d7ac7652754eda2708bdddf04c401b43c3 /README.md
parentadded the pip command (diff)
downloadtunneltop-440e6cd8ff9eab2b9c5fee1418c7698a8a21ad5a.tar.gz
tunneltop-440e6cd8ff9eab2b9c5fee1418c7698a8a21ad5a.zip
fixed the pip install. updated the readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9194029..0fd3f86 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# tunneltop
-A tunnel manager in the familiar top style with ncurses and asyncio.
+A tunnel manager in the familiar top style written with ncurses and asyncio.
![Image](tunneltop.png)
@@ -73,4 +73,6 @@ How long before the test is considered to have timed out.</br>
`r` restarts a tunnel.</br>
+To quit send a `SIGINT` or a `SIGTERM`. I'm working on improving this of course.</br>
+
tunneltop will reload its config file upon receiving a `SIGHUP` and apply the changes immediately if there are any.</br>