fix(doc) Mention some dependencies in the readme

Fix #4
This commit is contained in:
Johann Dreo 2022-08-19 15:53:42 +02:00 committed by GitHub
commit 5efc386485
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,8 +22,10 @@ It can print the current state of your tunnels or display them in an interactive
## INSTALLATION ## INSTALLATION
`tunnelmon` targets Linux operating systems, and depends on: `tunnelmon` targets Linux operating systems, and depends on:
* `openssh-client` * `openssh-client`,
* `python` version 3.8 at least. * `python` version 3.8 at least, you may also need to install the following python modules (for example via `pip`, but you may use any other package management system going along with your installation):
* `psutils`
* `curses`
You may also want to install the recommend packages: You may also want to install the recommend packages:
* `autossh` * `autossh`