Update README to indicate dotnet-install is for prerelease versions of the CLI [ci skip]
Close #375
This commit is contained in:
parent
b7e2977333
commit
9f5b1aa18a
|
|
@ -17,6 +17,9 @@ The repository contains command-line tools for the .NET Core CLI. Follow the lin
|
||||||
|
|
||||||
## How to Install
|
## How to Install
|
||||||
|
|
||||||
|
:warning: These instructions currently require a prerelease version of the [.NET Core SDK](https://github.com/dotnet/cli).
|
||||||
|
For stable, released versions of the tools, see [these instructions](https://github.com/aspnet/DotNetTools/tree/release/2.0.0#how-to-install).
|
||||||
|
|
||||||
Install tools using the .NET Core command-line.
|
Install tools using the .NET Core command-line.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -24,7 +27,6 @@ dotnet install tool dotnet-watch
|
||||||
dotnet install tool dotnet-user-secrets
|
dotnet install tool dotnet-user-secrets
|
||||||
dotnet install tool dotnet-dev-certs
|
dotnet install tool dotnet-dev-certs
|
||||||
dotnet install tool dotnet-sql-cache
|
dotnet install tool dotnet-sql-cache
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue