Skip to content

Commit

Permalink
(from getambassador.io) Update windows instructions with ExecutionPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
Donny Yung committed Aug 6, 2021
1 parent dff7ab5 commit 993c45b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quick-start/qs-tabs.js
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 993c45b

Please sign in to comment.