Bias Analysis
Detected Bias Types
Summary
The documentation page presents installation path information for Windows before Linux, and provides more detail about Windows-specific behavior (PATH variable update, console restart) than for Linux. No explicit Linux examples or troubleshooting notes are given, and Windows is mentioned first in the installation section.
Recommendations
- Present Windows and Linux installation paths in parallel, or alternate which is mentioned first.
- Provide Linux-specific details, such as whether the installation path is added to $PATH, and any required steps to make the CLI available (e.g., symlinking, shell configuration).
- Include troubleshooting notes for Linux users similar to those given for Windows (e.g., if a shell restart is needed).
- Add Linux-specific examples or notes where appropriate, such as permissions or file system differences.
Create Pull Request