hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 70d771de6bccb1866cf3936b8fd7e9cba42e616b
parent 61ee53bf02a78091dea1fe5ac622eee40b402d80
Author: Sebastian <sebastian@sebsite.pw>
Date:   Thu, 21 Apr 2022 15:47:33 -0400

docs/hare.scd: more accurate HARECACHE summary

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Mdocs/hare.scd | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/hare.scd b/docs/hare.scd @@ -270,7 +270,8 @@ tags, use "-X^". The following environment variables affect *hare*'s execution: |[ *HARECACHE* -:< The path to the object cache. Defaults to _~/.cache/hare_. +:< The path to the object cache. Defaults to _$XDG_CACHE_HOME/hare_, or + _~/.cache/hare_ if that doesn't exist. | *HAREPATH* : See *DEPENDENCY RESOLUTION*. | *HAREFLAGS*