Merge pull request from tusqasi/tusqasi-patch-2

Marking `go` as a dependency
This commit is contained in:
lemnos
2021-12-31 20:11:38 -05:00
committed by GitHub

@ -31,6 +31,10 @@ sudo rm /usr/local/bin/tt /usr/share/man/man1/tt.1.gz
## From source
```
# debian dependencies
sudo apt install golang
# clone and make
git clone https://github.com/lemnos/tt
cd tt
make && sudo make install