From 0133680993181017c176bf902ee982a26d15c8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Atoch?= Date: Sat, 18 Jul 2026 00:00:15 -0400 Subject: [PATCH] zed: fix validation warning --- zed-provider/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zed-provider/README.md b/zed-provider/README.md index eee0ef5..fd10db2 100644 --- a/zed-provider/README.md +++ b/zed-provider/README.md @@ -17,7 +17,7 @@ can reopen a project quickly without leaving the shell. Install [Zed](https://zed.dev) and ensure `zed` is available on `PATH` as `zeditor`. The `sqlite3` command must also be available to read Zed's workspace -database. +database. `nohup` command is required to launch Zed. ## Usage