Skip to content

readme updated - #33

Merged
saadqbal merged 1 commit into
mainfrom
develop
Mar 5, 2026
Merged

readme updated#33
saadqbal merged 1 commit into
mainfrom
develop

Conversation

@saadqbal

@saadqbalsaadqbal commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

Note

Low Risk
Low-risk documentation and installer-output tweaks, though the added echo $TMPDIR line changes stdout and could affect any automation that parses installer output.

Overview
Updates the README install instructions to use process substitution (bash <(curl ...)) instead of piping to bash, and clarifies how optional environment variables can be combined for custom installs.

The bootstrap scripts/install.sh now prints the generated temporary working directory ($TMPDIR) during download/setup.

Written by Cursor Bugbot for commit 4876edd. This will update automatically on new commits. Configure here.

@saadqbal
saadqbal merged commit a8a05e9 into mainMar 5, 2026
1 check passed

@cursorcursorBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Comment threadscripts/install.sh

mkdir -p "$TMPDIR/lib"

echo $TMPDIR

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debug statement accidentally committed in install script

Medium Severity

echo $TMPDIR looks like a debug statement left in by mistake. It prints the temporary directory path to stdout during installation, which is confusing for end users and leaks an internal detail. The PR is described as a readme update, so this line appears unintentional.

Fix in CursorFix in Web

@saadqbalsaadqbal self-assigned this Apr 28, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@saadqbal