From 8ab9795a4c0403a88cd01874caf5f58776ae24ca Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 20 Dec 2024 15:27:40 -0500 Subject: Update README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 654c3d4..0335acd 100644 --- a/README.md +++ b/README.md @@ -32,17 +32,21 @@ Components * `zix/filesystem.h`: Functions for working with filesystems. * `zix/path.h`: Functions for working with filesystem paths lexically. +* Environment + + * `zix/environment.h`: Function to expand shell-style variables in a string. + Platforms --------- Zix is continually tested on: - * Debian GNU/Linux 11 (x86, x64, arm32, and arm64) + * Debian 11 (x86, x64, arm32, and arm64) * Fedora 36 (x64) - * FreeBSD 13 (x64) + * FreeBSD 14 (x64) * MacOS 14 (M2) * Node 12 (as wasm via emscripten 2.0.12) - * Windows 10 (x86) + * Windows 10 (x64) Dependencies ------------ -- cgit v1.2.1