DotNetTools 801 B

123456789101112131415161718192021222324252627282930
  1. commit 9f5b1aa18a689ea92f04012078943aa594e8a446
  2. Author: Nate McMaster <[email protected]>
  3. Date: Sat Jan 6 12:25:23 2018 -0800
  4. Update README to indicate dotnet-install is for prerelease versions of the CLI [ci skip]
  5. Close #375
  6. diff --git a/README.md b/README.md
  7. index 111174914cc..47681c659ea 100644
  8. --- a/README.md
  9. +++ b/README.md
  10. @@ -17,6 +17,9 @@ The repository contains command-line tools for the .NET Core CLI. Follow the lin
  11. ## How to Install
  12. +:warning: These instructions currently require a prerelease version of the [.NET Core SDK](https://github.com/dotnet/cli).
  13. +For stable, released versions of the tools, see [these instructions](https://github.com/aspnet/DotNetTools/tree/release/2.0.0#how-to-install).
  14. +
  15. Install tools using the .NET Core command-line.
  16. ```
  17. @@ -24,7 +27,6 @@ dotnet install tool dotnet-watch
  18. dotnet install tool dotnet-user-secrets
  19. dotnet install tool dotnet-dev-certs
  20. dotnet install tool dotnet-sql-cache
  21. -
  22. ```
  23. ## Usage