Update README.md

symlink target is relative to link location
This commit is contained in:
madeofstown
2025-08-19 19:24:58 -07:00
committed by GitHub
parent e3f5c0f006
commit 7e3076c0e2

View File

@@ -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: