fnm icon indicating copy to clipboard operation
fnm copied to clipboard

Documentation uses incorrect --shell power-shell instead of --shell powershell

Open roy-t opened this issue 6 months ago • 0 comments

In the Powershell section of the readme: https://github.com/Schniz/fnm?tab=readme-ov-file#powershell the line you need to add to your profile is wrong.

The documentation says:

fnm env --use-on-cd --shell power-shell | Out-String | Invoke-Expression

But it should be

fnm env --use-on-cd --shell powershell | Out-String | Invoke-Expression

Note the difference between "power-shell" and "powershell"

This issue might be related to https://github.com/Schniz/fnm/issues/1040?

The last time I installed fnm (1.5 years ago?) it worked as described in the readme.

roy-t avatar Aug 13 '24 07:08 roy-t