From e014a01486bca4015bfd3c8580bf16cb10fc9cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 26 Oct 2017 13:57:04 +0200 Subject: [PATCH] Minor fix (proposal) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3db6f26..78925f7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ build, in PowerShell 5.0 run: > Register-PSRepository -Name DockerPS-Dev -SourceLocation https://ci.appveyor.com/nuget/docker-powershell-dev > Install-Module -Name Docker -Repository DockerPS-Dev -Scope CurrentUser -(Note: if you get an error like "WARNING: MSG:SourceLocationNotValid" try updating your Nu-Get version as explained in [this issue comment](https://github.com/Microsoft/Docker-PowerShell/issues/62#issuecomment-221659534).) +(Note: if you get an error like "`WARNING: MSG:SourceLocationNotValid" try updating your Nu-Get version as explained in [this issue comment](https://github.com/Microsoft/Docker-PowerShell/issues/62#issuecomment-221659534).) After this, you can update to new development builds with just: