Handle unexpected commands
[tt.git] / README.md
index 4ad9649..daf8ff8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,10 +22,17 @@ instructions
 ------------
 
 ### requirements
+
+#### manual
 [Racket](https://download.racket-lang.org/)
 
+#### package manager
+- Void Linux: `xbps-install racket`
+- Debian: `apt install racket`
+
 ### installation
-`make build && make install` will build and copy `tt` binary into `$PREFIX/bin`.
+`make build && make install` will build and copy `tt` binary into
+`$PREFIX/bin`, where `$PREFIX` defaults to `$HOME`.
 
 ### configuration
 Put your `<nick>` and `<uri>` into `~/.tt/me`. For example, mine is:
This page took 0.024925 seconds and 4 git commands to generate.