From 93d5297682a522da115866965397e9398b51a0a0 Mon Sep 17 00:00:00 2001 From: Rupert Edwards Date: Tue, 2 Jun 2020 09:41:39 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e564156..ee5665c 100644 --- a/README.md +++ b/README.md @@ -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) ---