hare

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

commit 217a1b3451b8e70b12c083d4e34e04c0c1b6dc48
parent 7eab1c4c16a44999fb01ce942f8ffbc932c4185f
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat,  8 Jan 2022 14:58:45 +0100

dirs: add README

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
Adirs/README | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/dirs/README b/dirs/README @@ -0,0 +1,5 @@ +The dirs module provides access to common paths and directories used for storing +application data. This module is compatible with the XDG base directories +specification: + +https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html