Hi,
I followed the steps at the end of this video: https://channel9.msdn.com/Events/Visual-Studio/Connect-event-2015/100 on how to code, run and build a .NET 5 Application on a Mac.
I've used Yeoman to generate a basic application for me, however now when I run 'dnu restore' it says command not found, same for 'dnu build'. I'm also receiving command not found for 'code .' even though I have Visual Studio Code installed on my Mac.
Does anybody know what I need to do in order to get these to work?