Skip to content

Commit

Permalink
Update README.md (#1224)
Browse files Browse the repository at this point in the history
'power-shell' has been updated to "powershell".
  • Loading branch information
MrSrv7 authored Oct 6, 2024
1 parent e03d345 commit 2d9a9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Where `<SHELL>` can be one of the supported shells:
- `bash`
- `zsh`
- `fish`
- `power-shell`
- `powershell`

Please follow your shell instructions to install them.

Expand Down Expand Up @@ -173,7 +173,7 @@ fnm env --use-on-cd --shell fish | source
Add the following to the end of your profile file:

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

- For macOS/Linux, the profile is located at `~/.config/powershell/Microsoft.PowerShell_profile.ps1`
Expand Down

0 comments on commit 2d9a9dd

Please sign in to comment.