Skip to content

Commit

Permalink
Update windows instructions with ExecutionPolicy
Browse files Browse the repository at this point in the history
Signed-off-by: Donny Yung <[email protected]>
  • Loading branch information
Donny Yung committed Aug 6, 2021
1 parent ada57d5 commit e38f804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/upgrade-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ export default function SimpleTabs() {
'\n' +
'# C:\\telepresence by default, but you can specify a custom path by passing in -Path C:\\my\\custom\\path' +
'\n' +
'Set-ExecutionPolicy Bypass -Scope Process' +
'\n' +
'.\\install-telepresence.ps1' +
'\n \n' +
'# 4. Remove the unzipped directory' +
Expand Down
2 changes: 2 additions & 0 deletions quick-start/qs-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ export default function SimpleTabs() {
'\n' +
'# C:\\telepresence by default, but you can specify a custom path $path with -Path $path' +
'\n' +
'Set-ExecutionPolicy Bypass -Scope Process' +
'\n' +
'.\\install-telepresence.ps1' +
'\n \n' +
'# 4. Remove the unzipped directory' +
Expand Down

0 comments on commit e38f804

Please sign in to comment.