Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty100 committed Jul 20, 2022
1 parent 2957592 commit 44f76df
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,20 @@ Windows 10 users can use [WSL](https://docs.microsoft.com/en-us/windows/wsl/abou
* Refer to the *Linux* tab then choose the *Ubuntu/Debian* tab.
* Note: Skip the [Quick start tutorial](https://learn.hashicorp.com/tutorials/terraform/install-cli#quick-start-tutorial).
* [Installing PowerShell on Linux | Ubuntu 20.04](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1#ubuntu-2004)
* After installing, run [configure-powershell.ps1](./configure-powershell.ps1)
* After installation, run [configure-powershell.ps1](./configure-powershell.ps1) to install [Azure PowerShell](https://docs.microsoft.com/en-us/powershell/azure/what-is-azure-powershell):

From bash:

```bash
sudo pwsh
```

From PowerShell:

```powershell
./configure-powershell.ps1
```

* VS Code extensions for WSL
* [Remote - WSL](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl)
* [Terraform](https://marketplace.visualstudio.com/items?itemName=mauve.terraform)
Expand Down

0 comments on commit 44f76df

Please sign in to comment.