aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Banta <[email protected]>2026-01-19 19:29:23 -0500
committerFuwn <[email protected]>2026-01-20 18:26:19 -0800
commit219ce228db220dc2529b267aa51e9d797fff8b00 (patch)
treeadcd028dec08edf7da1a87862f6c41721937c9ea
parentadd windows support (diff)
downloadzigr-219ce228db220dc2529b267aa51e9d797fff8b00.tar.xz
zigr-219ce228db220dc2529b267aa51e9d797fff8b00.zip
add README.md
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..71e89ec
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# Updating Instructions
+1. Find the latest tigr release
+2. Run `zig fetch --save=tigr "git+github.com/erkkah/tigr#<COMMIT_HASH>`
+3. Run `zig build bindgen`
+4. Run `git apply --check bindings.patch`
+5. If that works, run `git apply bindings.patch`
+6. Add new functions to `src/main.zig`
+7. Update `version` and `minimum_zig_version` in `build.zig.zon`