Browse Source

Update 'README.md'

master
onryo 2 years ago
parent
commit
1e42bf893c
  1. 29
      README.md

29
README.md

@ -190,31 +190,4 @@ Then SilentDragonLite and HushChat.
git clone https://git.hush.is/hush/SilentDragonLite.git
cd SilentDragonLite/
./build.sh linguist && ./build.sh
```
# Tor
Install `tor` and enable it by default.
```
sudo apt install tor torsocks -y
```
Check if Tor is running, should be `[ ok ] tor is running.`
```
sudo service tor status
```
Use the Tor network by default for shell commands.<br>
You will see `Tor mode activated. Every command will be torified for this shell.`
```
source torsocks on
```
To enable `torsocks` or all new shell sessions and after reboot, use the following command:
```
echo ". torsocks on" >> ~/.bashrc
```
```
Loading…
Cancel
Save