Update README.md

This commit is contained in:
House of Vanity
2021-05-06 16:24:11 -07:00
committed by GitHub
parent bd97298459
commit 43d125255d

View File

@ -29,6 +29,7 @@ $ apt install qrencode
# CLI usage. Client configs saved into `clients/peer_name.{conf,-qr.png,-qr.txt}` # CLI usage. Client configs saved into `clients/peer_name.{conf,-qr.png,-qr.txt}`
$ python3 gen.py --peer my-pc # add a new peer `my-pc` $ python3 gen.py --peer my-pc # add a new peer `my-pc`
$ python3 gen.py --delete my-pc # delete peer `my-pc`
$ python3 gen.py --update # just regenerate all configs in `clients/` $ python3 gen.py --update # just regenerate all configs in `clients/`
# Telegram bot usage # Telegram bot usage