Update README.md (#3709)
* Update README.md Fixing documentation links to point to actual (new) docs.
This commit is contained in:
parent
f3a573beef
commit
da57475105
1 changed files with 5 additions and 10 deletions
15
README.md
15
README.md
|
@ -4,17 +4,12 @@
|
||||||
|
|
||||||
This repo contains the source code for cross-platform [.NET Core](http://github.com/dotnet/core) command line toolchain. It contains the implementation of each command, the native packages for various supported platforms as well as documentation.
|
This repo contains the source code for cross-platform [.NET Core](http://github.com/dotnet/core) command line toolchain. It contains the implementation of each command, the native packages for various supported platforms as well as documentation.
|
||||||
|
|
||||||
RC2 and Preview 1 bits
|
RTM and Preview 2 bits
|
||||||
---------------------
|
---------------------
|
||||||
To get the latest released bits (RC2 for .NET Core and Preview for tooling),
|
To get the latest released bits (RTM for .NET Core and Preview 2 for tooling),
|
||||||
check out our [Getting started page](http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409).
|
check out our [Getting started page](http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409).
|
||||||
|
|
||||||
Also, don't forget to check out [the documentation](http://dotnet.github.io/docs/core-concepts/core-sdk/index.html).
|
Also, don't forget to check out [the documentation](https://aka.ms/dotnet-cli-docs).
|
||||||
|
|
||||||
Release schedule
|
|
||||||
----------------
|
|
||||||
|
|
||||||
There have been some changes in the schedule for .NET Core and .NET Core CLI tools. You can read more about them in the [.NET Core RC2 Improvements, Schedule, and Roadmap](https://blogs.msdn.microsoft.com/dotnet/2016/05/06/net-core-rc2-improvements-schedule-and-roadmap/) blog post.
|
|
||||||
|
|
||||||
Found an issue?
|
Found an issue?
|
||||||
---------------
|
---------------
|
||||||
|
@ -41,7 +36,7 @@ You can download .NET Core as either an installer (MSI, PKG) or a zip (zip, gzip
|
||||||
- .NET Core SDK - .NET Core + CLI tools
|
- .NET Core SDK - .NET Core + CLI tools
|
||||||
|
|
||||||
> **Note:** please be aware that below installers are the **latest bits**. If you
|
> **Note:** please be aware that below installers are the **latest bits**. If you
|
||||||
> want to install the latest released versions, please check out the [section above](#rc2-and-preview-1-bits).)
|
> want to install the latest released versions, please check out the [section above](#rtm-and-preview-2-bits).)
|
||||||
|
|
||||||
| |Version |.NET Core Installer|.NET Core SDK Installer|.NET Core Binaries|.NET Core SDK Binaries|
|
| |Version |.NET Core Installer|.NET Core SDK Installer|.NET Core Binaries|.NET Core SDK Binaries|
|
||||||
|---------|:------:|:------:|:------:|:------:|:------:|
|
|---------|:------:|:------:|:------:|:------:|:------:|
|
||||||
|
@ -98,7 +93,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](http://dotnet.github.io/docs/core-concepts/core-sdk/index.html).
|
For more details, please refer to the [documentation](https://aka.ms/dotnet-cli-docs).
|
||||||
|
|
||||||
Building from source
|
Building from source
|
||||||
--------------------
|
--------------------
|
||||||
|
|
Loading…
Reference in a new issue