Skip to content

Commit ac6de9c

Browse files
authored
fix aws sdk install script references
1 parent bba1506 commit ac6de9c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ aws-powershell
44
### PowerShell Core: it's not just for Windows anymore!
55

66
#### AWS PowerShell SDK setup:
7-
If you don't already have the AWS PowerShell SDK installed, [Install-AWSPowerShell.ps1](Install-AWSPowerShell.ps1) has got you covered. It will detect your PowerShell edition (Desktop or Core) and install and import the appropriate AWS PowerShell module.
7+
If you don't already have the AWS PowerShell SDK installed, [install-awspowershell.ps1](install-awspowershell.ps1) has got you covered. It will detect your PowerShell edition (Desktop or Core) and install and import the appropriate AWS PowerShell module.
88
```
9-
. ./Install-AWSPowerShell.ps1
10-
Install-AWSPowerShell
9+
. ./install-awspowershell.ps1
1110
```
1211
I recommend using [Visual Studio Code with the PowerShell extension](https://benpiper.com/2017/08/visual-studio-code-as-a-powershell-integrated-scripting-environment/). It works on Linux, Mac, and Windows!
1312

0 commit comments

Comments
 (0)