summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-12-20 15:27:40 -0500
committerDavid Robillard <d@drobilla.net>2024-12-20 15:27:40 -0500
commit8ab9795a4c0403a88cd01874caf5f58776ae24ca (patch)
treeb42b840f79caba8ccb5ed62b5aeeb308ef815853
parentf6dbeb256e6bef656b4f535f8de4256b9b608669 (diff)
downloadzix-8ab9795a4c0403a88cd01874caf5f58776ae24ca.tar.gz
zix-8ab9795a4c0403a88cd01874caf5f58776ae24ca.tar.bz2
zix-8ab9795a4c0403a88cd01874caf5f58776ae24ca.zip
Update README
-rw-r--r--README.md10
1 files 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
------------