From 9533188fc7128c74f3369678ebdda876e21b772c Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Tue, 9 Jan 2024 10:08:10 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b2eda48..2c552e6 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,11 @@ A set of tools to make development with ABP easier. It's a dotnet tool and acces It helps the developer, build, run, replace, and manage logs of the projects. It makes running **multiple** solutions and projects easier. +AbpDevTools on Nuget + # Installation +- Install [AbpDevTools from NuGet](https://www.nuget.org/packages/AbpDevTools) as dotnet tool: ```bash dotnet tool install -g AbpDevTools ```