dotnet-core/cli/README.md
Zlatko Knezevic f0c2d2f4e0 Adding some CLI documents (#131)
Adding a CLI folder with documents that pertain to the CLI tooling (such as known-issues). These need to be moved from the CLI repo since editing them there causes...various consequences that makes maintainance of these documents hard and product-impactful.

So far, only the known issues document is here, and a README.md that links to all other documents where needed.
2016-06-20 23:35:24 -07:00

11 lines
693 B
Markdown

.NET Core Tools support documents
=================================
This folder contains the support documents for the [.NET Core Command Line Tools](https://github.com/dotnet/cli). The purpose of this folder is to
isolate those facts that are just pertinent to the said tools.
All other facts that appear in this repo and that pertain to .NET Core in general (for example, the supported OS-es or the native pre-requsities) should
be considered to apply to the tools as well, unless otherwise noted.
* [Native pre-requisites](https://github.com/dotnet/core/blob/clidocsmo/Documentation/prereqs.md)
* [Supported OS-es and roadmap](https://github.com/dotnet/core/blob/clidocsmo/roadmap.md)