[Feature]: The step Hook vfox to your Shell
should mention that a new terminal needs to be opened for the script to work
#434
Labels
enhancement
New feature or request
1. Your usage scenarios?
vfox
andsdkman!
.2. What is your expected outcome?
Hook vfox to your Shell
should mention the need to open a new terminal for the script to work. I'm referring to https://vfox.dev/guides/quick-start.html#_2-hook-vfox-to-your-shell .if (-not (Test-Path -Path $PROFILE)) { New-Item -Type File -Path $PROFILE -Force }; Add-Content -Path $PROFILE -Value 'Invoke-Expression "$(vfox activate pwsh)"'
in PowerShell 7,vfox
is not available in the current PowerShell terminal. I need to open a new PowerShell 7 terminal to make it work.Afterward, open a new terminal.
to the documentation. Just like https://sdkman.io/install .The text was updated successfully, but these errors were encountered: