fix(skills): make PNG weather example Windows-safe
This commit is contained in:
@@ -51,7 +51,8 @@ Tips:
|
||||
- Airport codes: `wttr.in/JFK`
|
||||
- Units: `?m` (metric) `?u` (USCS)
|
||||
- Today only: `?1` · Current only: `?0`
|
||||
- PNG: `curl -s "wttr.in/Berlin.png" -o /tmp/weather.png`
|
||||
- PNG (macOS/Linux): `curl -s "https://wttr.in/Berlin.png" -o weather.png`
|
||||
- PNG (Windows PowerShell): `curl.exe -s "https://wttr.in/Berlin.png" -o weather.png`
|
||||
|
||||
## Open-Meteo (fallback, JSON)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user