Skip to content

Fix install script PATH activation after curl install#35

Open
paulius-krutkis-dcd wants to merge 3 commits into
mainfrom
post-install-launch
Open

Fix install script PATH activation after curl install#35
paulius-krutkis-dcd wants to merge 3 commits into
mainfrom
post-install-launch

Conversation

@paulius-krutkis-dcd

@paulius-krutkis-dcd paulius-krutkis-dcd commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Install scripts auto-append the npm bin directory to the shell profile when it is missing from PATH
  • Print an explicit source / export PATH step and use the full binary path for the setup prompt and get-started examples
  • Replace broken PowerShell setx guidance with SetEnvironmentVariable; bump version to 0.1.7

Test plan

  • Run docs/install.sh with a read-only global npm prefix; verify profile is updated and activation steps are printed
  • Re-run the installer; confirm no duplicate export lines in the profile
  • On Windows, verify user PATH is persisted without setx and the restart-terminal message appears

… for better PATH management, and improve README instructions for setup. The install scripts now auto-configure the user's PATH and provide clearer next steps after installation.
…ted printf statements to use consistent syntax for better readability and maintainability.
…string interpolation for improved clarity in user instructions.
@paulius-krutkis-dcd paulius-krutkis-dcd changed the title Update version to 0.1.7 in package.json, enhance installation scripts… Fix install script PATH activation after curl install Jun 16, 2026
Sign up for free to 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.

2 participants