Skip to content

(#42) docs: use Set-ExecutionPolicy Unrestricted for one-time security setup#43

Merged
seunggabi merged 1 commit intomainfrom
docs/#42_execution-policy-unrestricted
Feb 21, 2026
Merged

(#42) docs: use Set-ExecutionPolicy Unrestricted for one-time security setup#43
seunggabi merged 1 commit intomainfrom
docs/#42_execution-policy-unrestricted

Conversation

@seunggabi
Copy link
Copy Markdown
Owner

Summary

  • Replace PowerShell -ExecutionPolicy Bypass -File .\install.ps1 (per-run bypass) with Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser (one-time setup)
  • Users only need to run this once; subsequent script executions work normally

Closes #42

…y setup

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@seunggabi seunggabi merged commit 9a9a077 into main Feb 21, 2026
2 checks passed
@seunggabi seunggabi deleted the docs/#42_execution-policy-unrestricted branch February 21, 2026 08:09
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.

docs: use Set-ExecutionPolicy Unrestricted for one-time security setup in README

1 participant