From 829f860b8c1039cd8a8e498f8733d9a83b10fe31 Mon Sep 17 00:00:00 2001 From: Tobias Kohlbau Date: Sat, 17 Feb 2024 10:59:34 +0100 Subject: [PATCH] fix documentation for patch tool (#165) The patch tool expects the build.zig.zon file as it's argument not the project folder. Signed-off-by: Tobias Kohlbau --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f2c9bd..f0c7c1e 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Now you can use curl to fetch the packages, or you can just create a local devel **Step 3:** You can use the tool `tools/patch-build-zon.py` to patch/upgrade your development project inplace: ```sh-session -[user@host] microzig-monorepo/ $ python3 ./tools/patch-build-zon.py /tmp/dev-project +[user@host] microzig-monorepo/ $ python3 ./tools/patch-build-zon.py /tmp/dev-project/build.zig.zon Updating hash of http://localhost:8080/packages/microzig-build.tar.gz to 12200040a36bbbb2fe09809861f565fcda9a10ec3064d70357aa40ad0a61596c16fb Updating hash of http://localhost:8080/packages/microzig-core.tar.gz to 122013a37ce9ac295303f26057c203e722b9ceaefa5b4403fe5a18ab065f03079e7d Updating hash of http://localhost:8080/packages/board-support/stmicro/stm32.tar.gz to 12207c278b78c5aeb08cd7889647d7d0d9a359cb28fe68105d2e43f85dabb3865981