diff --git a/QUICKSTART.md b/QUICKSTART.md index af9ebd4..97d2eb3 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -129,7 +129,8 @@ $env:HF_HOME = "D:\DEV\models" One-line variants: ```powershell -.\.venv\Scripts\meshnet-node.exe start --tracker http://192.168.0.179:8081 --model Qwen/Qwen2.5-0.5B-Instruct --advertise-host 192.168.0.20 +// only this works - when not behind NAT(wsl), and via IP. Revisit when relaying/RPC is implemented +.\.venv\Scripts\meshnet-node.exe start --tracker http://192.168.0.179:8081 --model Qwen/Qwen2.5-0.5B-Instruct --advertise-host 192.168.0.20 .\.venv\Scripts\meshnet-node.exe start --tracker http://ai.neuron.d-popov.com --model Qwen/Qwen2.5-0.5B-Instruct --advertise-host 192.168.0.20 ```