Merge pull request #10 from SeerLite/clone-https

Fix GitHub URL in clone command in README
This commit is contained in:
lemnos 2021-07-29 13:58:41 -04:00 committed by GitHub
commit 94cd86cd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ sudo curl -o /usr/share/man/man1/tt.1.gz -L https://github.com/lemnos/tt/release
## From source
```
git clone github.com/lemnos/tt
git clone https://github.com/lemnos/tt
make && sudo make install
```