summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/troubleshooting.mdx
diff options
context:
space:
mode:
authorMani Sundararajan <[email protected]>2025-09-16 03:40:19 -0400
committerGitHub <[email protected]>2025-09-16 03:40:19 -0400
commit15df2710fabebb70662e94a39b74dae419dc30d6 (patch)
tree2937b525b80aa6a240c450ced1dc80c0985eda59 /packages/web/src/content/docs/troubleshooting.mdx
parent02e492f6eb92ef1826cfee782be0cdfe0eec9dda (diff)
downloadopencode-15df2710fabebb70662e94a39b74dae419dc30d6.tar.gz
opencode-15df2710fabebb70662e94a39b74dae419dc30d6.zip
fix(windows): force npm cmd shim generation and update install docs (#2558)
Co-authored-by: Dax <[email protected]> Co-authored-by: GitHub Action <[email protected]>
Diffstat (limited to 'packages/web/src/content/docs/troubleshooting.mdx')
-rw-r--r--packages/web/src/content/docs/troubleshooting.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/troubleshooting.mdx b/packages/web/src/content/docs/troubleshooting.mdx
index b846bed2d..57fbfe088 100644
--- a/packages/web/src/content/docs/troubleshooting.mdx
+++ b/packages/web/src/content/docs/troubleshooting.mdx
@@ -13,7 +13,7 @@ that it stores locally.
Log files are written to:
- **macOS/Linux**: `~/.local/share/opencode/log/`
-- **Windows**: `%APPDATA%\opencode\log\`
+- **Windows**: `%USERPROFILE%\.local\share\opencode\log\`
Log files are named with timestamps (e.g., `2025-01-09T123456.log`) and the most recent 10 log files are kept.