agendafs
A filesystem for your calendar.
git clone git://mccd.space/agendafscommit b783b02855b55b546fa9e669207d07fe7ff532b8
parent b5ac9e7457324cd4b80018b9c740e0a98c7d24dd
Author: Marc Coquand <marc@coquand.email>
Date: Mon, 28 Jul 2025 23:52:11 +0200
docs
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -13,7 +13,9 @@ Agendafs is still in early development and is alpha-level software. It probably
## Installation
-Prerequisites: scdoc (man pages), C compiler, libfuse, libuuid, libical and pkg-config. Optionally a `shell.nix` exists which sets up all dependencies for you.
+Prerequisites: scdoc (man pages), C compiler (currently only tested with
+gcc), libfuse, libuuid, libical and pkg-config. Optionally a `shell.nix`
+exists which sets up all dependencies for you.
Some fields, such as categories, are accessed via xattributes (xattr(7)), for that you will need to have the xattribute utilities installed.