Skip to content

Commit 4f5cff0

Browse files
authored
Added command to link powershell (#13028)
1 parent 258b1ca commit 4f5cff0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

reference/docs-conceptual/install/alternate-install-methods.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ Run the following command to install PowerShell using the Homebrew formula:
3737
brew install powershell
3838
```
3939
40+
If you receive the message: _"Warning: PowerShell is already installed, it's just not linked."_, run
41+
the following command:
42+
43+
```sh
44+
brew link powershell
45+
```
46+
4047
### Update PowerShell 7
4148

4249
Run the following commands to update the installed version of PowerShell to the latest release.

0 commit comments

Comments
 (0)