Added 1.0.1 known issues file

This commit is contained in:
leecow 2016-09-15 17:33:41 -07:00
parent d001adadd3
commit 060bdd1415

View file

@ -0,0 +1,10 @@
# 1.0.1 Known Issues
This document lists known issues for *.NET Core 1.0.1* and *.NET Core SDK 1.0.0 Preview 2 - 003131* which may be encountered.
## macOS Sierra
`dotnet` command not found after installing on a clean macOS Sierra system that previously did not have .NET Core SDK installed.
`ln -s /usr/local/share/dotnet/dotnet /usr/local/bin` will create the symbolic link in the correct location and `dotnet` should now work.