Skip to content

Commit

Permalink
Update devbox_setup.md (#1047)
Browse files Browse the repository at this point in the history
Fixing dotnet and powershell download links.
  • Loading branch information
CIPop authored Sep 24, 2019
1 parent 9b8897c commit fd528ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/devbox_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<a name="advanced"/>

Expand Down Expand Up @@ -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/
[Xamarin]:https://www.xamarin.com/

0 comments on commit fd528ed

Please sign in to comment.