From dfbea4eeb4f7488d084344e12fcc04b0b2213147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Wed, 6 Nov 2019 23:13:41 +0100 Subject: [PATCH] Clarify vagrant powershell is supported on Windows VM only --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76ac9c3..d275b96 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,9 @@ $ vagrant up --provider=azure This will bring up an Azure VM as per the configuration options set above. -You can now either SSH (if its a *Nix VM) using ```vagrant ssh```, RDP (if its a Windows VM) using ```vagrant rdp``` -or PowerShell ```vagrant powershell```. +You can now either SSH (if its a *Nix VM) using ```vagrant ssh```, +RDP (if its a Windows VM) using ```vagrant rdp``` or +PowerShell (if its a Windows VM) using ```vagrant powershell```. Normally, a lot of the options, e.g., ```vm_image_urn```, will be embedded in a box file and you just have to provide minimal options in the ```Vagrantfile```. Since, we're using a dummy box, there are no pre-configured defaults.