From: Siraaj Khandkar Date: Tue, 23 Mar 2021 15:49:33 +0000 (-0400) Subject: Add Racket install instructions for a couple of pkg managers X-Git-Tag: 0.15.0~2 X-Git-Url: https://git.xandkar.net/?p=tt.git;a=commitdiff_plain;h=6a07fde05dcde26ba8b9bf8d7858e3c3706e8cea Add Racket install instructions for a couple of pkg managers --- diff --git a/README.md b/README.md index 4ad9649..b6cb42e 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,14 @@ 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`.