Skip to content

Commit

Permalink
Ask user to close their powershell and reopen after installing
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Cortes <[email protected]>
  • Loading branch information
josecv committed Aug 4, 2021
1 parent 51b0774 commit 00c2626
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion install/upgrade-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ export default function SimpleTabs() {
'\n' +
'cd ..' +
'\n' +
'Remove-Item telepresence'
'Remove-Item telepresence' +
'\n' +
'# 5. Close your current Powershell and open a new one. Telepresence should now be usable as telepresence.exe'
}
</CodeBlock>
</TabPanel>
Expand Down
4 changes: 3 additions & 1 deletion quick-start/qs-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ export default function SimpleTabs() {
'\n' +
'cd ..' +
'\n' +
'Remove-Item telepresence'
'Remove-Item telepresence' +
'\n' +
'# 5. Close your current Powershell and open a new one. Telepresence should now be usable as telepresence.exe'
}
</CodeBlock>
</TabPanel>
Expand Down

0 comments on commit 00c2626

Please sign in to comment.