From 7db4f85ef0e723a6bba511bbe00774fffadea5df Mon Sep 17 00:00:00 2001 From: Eddie Lin <5827855+fszlin@users.noreply.github.com> Date: Thu, 31 May 2018 11:15:51 -0400 Subject: [PATCH] update readme for CLI (#119) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 14669c8d..018ff967 100644 --- a/docs/README.md +++ b/docs/README.md @@ -116,7 +116,7 @@ Check the [APIs](APIv2.md) for more details. ## CLI The CLI is available as a dotnet global tool. -.NET Core Runtime 2.1+ *(currently in [preview](https://www.microsoft.com/net/download/dotnet-core/runtime-2.1.0-preview2))* +[.NET Core Runtime 2.1+](https://www.microsoft.com/net/download/dotnet-core/runtime-2.1.0) is required to use dotnet tools. To install Certes CLI *(you may need to restart the console session if this is the first dotnet tool installed)*