diff --git a/README.jp.md b/README.jp.md index ebd5970..5047304 100644 --- a/README.jp.md +++ b/README.jp.md @@ -88,7 +88,7 @@ Spectre.Consoleでできることを見るために、 ``` -> dotnet tool install -g dotnet-example +> dotnet tool restore ``` このリポジトリで提供している例が一覧表示されます diff --git a/README.md b/README.md index 2452830..62790c8 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ To see Spectre.Console in action, install the global tool. ``` -> dotnet tool install -g dotnet-example +> dotnet tool restore ``` Now you can list available examples in this repository: diff --git a/dotnet-tools.json b/dotnet-tools.json index 72ca7f2..b1854bc 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "dotnet-example": { - "version": "0.10.0", + "version": "1.0.0", "commands": [ "dotnet-example" ]