From b50efd17dc13dbb67955a7b1de5649b274eff310 Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Thu, 11 Jun 2026 16:58:52 +0200 Subject: [PATCH] WIP --- tools/plan-viewer/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/plan-viewer/README.md b/tools/plan-viewer/README.md index 334e2c1..6917959 100644 --- a/tools/plan-viewer/README.md +++ b/tools/plan-viewer/README.md @@ -9,6 +9,7 @@ Open [`index.html`](index.html) in a browser, then drop a JSON file from [`crate Alternatively, you can run the commands below to serve the viewer locally: ```sh +make shell # Go into the Nix shells make viewer ```