diff --git a/install/upgrade-tabs.js b/install/upgrade-tabs.js index 381e72c2fa..187bc90d77 100644 --- a/install/upgrade-tabs.js +++ b/install/upgrade-tabs.js @@ -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' } diff --git a/quick-start/qs-tabs.js b/quick-start/qs-tabs.js index f63b2845e4..8d2351b0b3 100644 --- a/quick-start/qs-tabs.js +++ b/quick-start/qs-tabs.js @@ -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' }