diff --git a/docs/FAQ.md b/docs/FAQ.md index 3ed7a1d2..8e9ca740 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -105,9 +105,9 @@ **Make sure PowerShell is installed, then execute: `chsh -s /usr/bin/pwsh USERNAME`. In case you experience an "invalid shell" error, add "/usr/bin/pwsh" to /etc/shells.** -
How to install a custom PowerShell profile? +
How to set a custom PowerShell profile? -**Execute: `./set-profile.ps1` in the *Scripts* subfolder, this will install **my-profile.ps1** as your PowerShell profile. It's a nice looking base profile, but can easily be changed to your needs.** +**Execute: `./update-powershell-profile.ps1` in the *Scripts* subfolder, this will install **my-profile.ps1** as your PowerShell profile. It's a nice looking basic profile and can easily be adapted to your needs.**
How to add the scripts to the search path?