diff --git a/README.en.md b/README.en.md index 2f0ef46d3..7439a5e2b 100644 --- a/README.en.md +++ b/README.en.md @@ -11,13 +11,13 @@ This is a [vue-vben-admin](https://github.com/anncwb/vue-vben-admin) -based Abp ### 1、Install cli ```shell - dotnet tool install --global LINGYUN.Abp.Cli --version 5.2.1 + dotnet tool install --global LINGYUN.Abp.Cli ``` ### 2、Install .NET Template ```shell - dotnet new --install LINGYUN.Abp.MicroService.Templates::5.2.1 + dotnet new --install LINGYUN.Abp.MicroService.Templates ``` ### 3、Use cli create new project diff --git a/README.md b/README.md index 10db7f732..1cd9d1da0 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ ### 1、安装dotnet工具 ```shell - dotnet tool install --global LINGYUN.Abp.Cli --version 5.2.1 + dotnet tool install --global LINGYUN.Abp.Cli ``` ### 2、安装.NET模板 ```shell - dotnet new --install LINGYUN.Abp.MicroService.Templates::5.2.1 + dotnet new --install LINGYUN.Abp.MicroService.Templates ``` ### 3、使用cli创建一个项目