From fd528ed597fda71fc4e2052108b7c3fcfe682d57 Mon Sep 17 00:00:00 2001 From: Cristian Pop Date: Tue, 24 Sep 2019 14:48:52 -0700 Subject: [PATCH] Update devbox_setup.md (#1047) Fixing dotnet and powershell download links. --- doc/devbox_setup.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/devbox_setup.md b/doc/devbox_setup.md index 0e3b224e02..e7faede2eb 100644 --- a/doc/devbox_setup.md +++ b/doc/devbox_setup.md @@ -22,10 +22,10 @@ This may not be sufficient to run certain samples that require Visual Studio and Enable Powershell script execution on your system. See http://go.microsoft.com/fwlink/?LinkID=135170 for more information. `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` -### Linux/OSX (tested on Ubuntu 16.04) +### Linux/OSX -- Install Powershell https://github.com/PowerShell/PowerShell/blob/master/docs/installation/linux.md#ubuntu-1604 -- Install the latest .NET Core SDK CLI https://www.microsoft.com/net/learn/get-started/linux/ubuntu16-04 +- Install Powershell https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-6 +- Install the latest .NET Core SDK CLI https://dotnet.microsoft.com/download @@ -113,4 +113,4 @@ Run the following as admin: `iothub\service\tests\prerequisites\windows_install. [UWP]:https://msdn.microsoft.com/en-us/windows/uwp/get-started/universal-application-platform-guide [.NET]:https://www.microsoft.com/net [UWP]:https://msdn.microsoft.com/en-us/windows/uwp/winrt-components/index -[Xamarin]:https://www.xamarin.com/ \ No newline at end of file +[Xamarin]:https://www.xamarin.com/