From 8676fbce135359b3616906398c1027e4412cb09a Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Tue, 23 Mar 2021 11:51:41 -0400 Subject: [PATCH] Mention default PREFIX value in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6cb42e..daf8ff8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ instructions - 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 `` and `` into `~/.tt/me`. For example, mine is: -- 2.20.1