Update README.md

This commit is contained in:
Rupert Edwards 2020-06-02 09:41:39 -04:00 committed by GitHub
parent c506b3401c
commit 93d5297682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -42,9 +42,15 @@ sudo kill -HUP $(pidof tor)
---
## [toriptables2g with GUI notification](https://bitbucket.org/ruped24/toriptables2g/src)
#### Dependencies:
Install [python-notify](http://ftp.br.debian.org/debian/pool/main/n/notify-python/python-notify_0.1.1-4_amd64.deb)
```bash
apt install tor python-notify
apt install tor
```
[Screenshot](https://drive.google.com/open?id=0B79r4wTVj-CZSEdkaTBNOVc5aUU)
---