Update README.md (#7217)
This commit is contained in:
parent
0fc8003702
commit
27a6569ae0
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -9,7 +9,7 @@ Looking for V1 of the .NET Core tooling?
|
||||||
|
|
||||||
If you are looking for the v1.0.1 release of the .NET Core tools (CLI, MSBuild and the new csproj), head over to https://dot.net/core and download!
|
If you are looking for the v1.0.1 release of the .NET Core tools (CLI, MSBuild and the new csproj), head over to https://dot.net/core and download!
|
||||||
|
|
||||||
> **Note:** the release/2.0.0 branch of the CLI repo is based on the upcoming v2 of .NET Core and is considered pre-release. For production-level usage, please use the
|
> **Note:** the release/2.0.0 branch of the CLI repo is based on the upcoming v2 of .NET Core and is considered pre-release. For production-level usage, use the
|
||||||
> v1 of the tools.
|
> v1 of the tools.
|
||||||
|
|
||||||
Found an issue?
|
Found an issue?
|
||||||
|
@ -57,12 +57,12 @@ Build Status
|
||||||
Installers and Binaries
|
Installers and Binaries
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
You can download .NET Core SDK as either an installer (MSI, PKG) or a zip (zip, tar.gz). .NET Core SDK contains both the .NET Core runtime and CLI tools.
|
You can download the .NET Core SDK as either an installer (MSI, PKG) or a zip (zip, tar.gz). The .NET Core SDK contains both the .NET Core runtime and CLI tools.
|
||||||
|
|
||||||
In order to download just the .NET Core runtime without the SDK, please visit https://github.com/dotnet/core-setup#daily-builds.
|
To download the .NET Core runtime **without** the SDK, visit https://github.com/dotnet/core-setup#daily-builds.
|
||||||
|
|
||||||
> **Note:** please be aware that below installers are the **latest bits**. If you
|
> **Note:** Be aware that the following installers are the **latest bits**. If you
|
||||||
> want to install the latest released versions, please check out the [section above](#looking-for-v1-of-the-net-core-tooling).
|
> want to install the latest released versions, check out the [preceding section](#looking-for-v1-of-the-net-core-tooling).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -211,7 +211,7 @@ Compiling to IL is done using:
|
||||||
This will drop an IL assembly in `./bin/[configuration]/[framework]/[binary name]`
|
This will drop an IL assembly in `./bin/[configuration]/[framework]/[binary name]`
|
||||||
that you can run using `dotnet bin/[configuration]/[framework]/[binaryname.dll]`.
|
that you can run using `dotnet bin/[configuration]/[framework]/[binaryname.dll]`.
|
||||||
|
|
||||||
For more details, please refer to the [documentation](https://aka.ms/dotnet-cli-docs).
|
For more details, refer to the [documentation](https://aka.ms/dotnet-cli-docs).
|
||||||
|
|
||||||
Building from source
|
Building from source
|
||||||
--------------------
|
--------------------
|
||||||
|
@ -223,7 +223,7 @@ Read over the [contributing guidelines](CONTRIBUTING.md) and [developer document
|
||||||
Questions & Comments
|
Questions & Comments
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
For any and all feedback, please use the Issues on this repository.
|
For all feedback, use the Issues on this repository.
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in a new issue