From 7e3076c0e286ed7cc98dd515bee0cb66d33734ef Mon Sep 17 00:00:00 2001 From: madeofstown <33820964+madeofstown@users.noreply.github.com> Date: Tue, 19 Aug 2025 19:24:58 -0700 Subject: [PATCH] Update README.md symlink target is relative to link location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 571b281..4aa07c3 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Initialize submodule (non-recursively) and create symlink: ```bash cd meshview git submodule update --init -ln -s python/meshtastic/protobuf meshtastic/protobuf +ln -s ../python/meshtastic/protobuf meshtastic/protobuf ``` Create a Python virtual environment: