summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-09-18 23:00:20 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-09-18 23:00:20 +0200
commit6e63960189e4e3e374e6956f6c86f561fc3df61a (patch)
treeeabe087bca05cd4703f949a016e3d5405a735695 /README.md
parent0fe94b0237bf1ef0212e129abfb56019d3e1c361 (diff)
downloadprobe-6e63960189e4e3e374e6956f6c86f561fc3df61a.tar.gz
Added example of detecting OS props for target operating system
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4a82268..53520f0 100644
--- a/README.md
+++ b/README.md
@@ -25,3 +25,4 @@ running it.
| [zig-x11-box](./zig-x11-box) | zig-0.11.0 | Move a box around with arrow keys with Xlib and Zig. |
| [zig-kv-store](./zig-kv-store) | zig-0.11.0 | Simple Key-value store that mimics memcached written in Zig. |
| [zig-wad](./zig-wad) | zig-0.11.0 | Reads doom.wad and extracts the identification header. |
+| [zig-os-props](./zig-os-props) | zig-0.11.0 | Detects properties of the target operating system. |