aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1f46237df..7c261df13 100644
--- a/README.md
+++ b/README.md
@@ -656,4 +656,13 @@ packages/debug-bun-cli-darwin-x64/bin/bun-debug
You will want to install the fork of `vscode-zig` so you get a `Run test` and a `Debug test` button.
+To do that:
+
+```bash
+git clone https://github.com/jarred-sumner/vscode-zig
+cd vscode-zig
+yarn install
+yarn vsce package && code --install-extension ./zig-0.2.5.vsix
+```
+
<a target="_blank" href="https://github.com/jarred-sumner/vscode-zig"><img src="https://pbs.twimg.com/media/FBZsKHlUcAYDzm5?format=jpg&name=large"></a>