Updated README

This commit is contained in:
Aetnaeus 2021-11-14 19:02:14 -05:00 committed by tusqasi
parent a73bb00e23
commit a6588ce351

View File

@ -16,6 +16,8 @@ sudo curl -o /usr/share/man/man1/tt.1.gz -L https://github.com/lemnos/tt/release
## OSX
```
mkdir -p /usr/local/bin /usr/local/share/man/man1 # Usually created by brew
sudo curl -L https://github.com/lemnos/tt/releases/download/v0.4.2/tt-osx -o /usr/local/bin/tt && sudo chmod +x /usr/local/bin/tt
sudo curl -o /usr/local/share/man/man1/tt.1.gz -L https://github.com/lemnos/tt/releases/download/v0.4.2/tt.1.gz
```