Add more installation details
[tt.git] / README.md
CommitLineData
3773a4cd
SK
1tt
2==
691c20d1 3A more-unixy [twtxt](https://github.com/buckket/twtxt) client.
3773a4cd
SK
4
5Doesn't force you to maintain a master "following" file (the way Twitter does),
6but let's you point it to any follow-file every time it runs.
7
8This means unlimited possibilities for ad-hoc, interesting filtering
9combinations. Especially when paired with
10[process substitution](https://en.wikipedia.org/wiki/Process_substitution).
11
a7c22aa9 12![Screenshot](screenshot-multi.jpg)
3773a4cd
SK
13
14instructions
15------------
16
17### requirements
18[Racket](https://download.racket-lang.org/)
19
20### installation
3b0e3842
SK
211. Run `make install` or `raco pkg install`
222. Add `$HOME/.racket/7.9/bin` to your `$PATH`
23 (replacing `7.9` with whatever version you have installed)
3773a4cd
SK
24
25### usage
26`tt (FOLLOW-FILE)`
This page took 0.027389 seconds and 4 git commands to generate.