Skip to content

Commit 582a993

Browse files
authored
Update README.md
update readme with new infos for nuget
1 parent 7f8bec7 commit 582a993

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ Summary of (most) features:
2626

2727
## Download
2828

29-
Follow the [Link](https://github.com/LogExperts/LogExpert/releases/latest) and download the latest package. Just extract it where you want and execute the application or download the Setup and install it
30-
31-
Or Install via chocolatey
32-
33-
```choco install logexpert```
29+
* Follow the [Link](https://github.com/LogExperts/LogExpert/releases/latest) and download the latest package. Just extract it where you want and execute the application or download the Setup and install it
30+
* Install via chocolatey
31+
```choco install logexpert```
32+
* get the Nuget package [Link](https://www.nuget.org/packages/logexpert)
33+
```dotnet add package logexpert --version 1.30.0```
34+
* the ColumnizerLib can also be downloaded via nuget [Link](https://www.nuget.org/packages/ColumnizerLib)
35+
```dotnet add package ColumnizerLib --version 1.21.0```
3436

3537
Requirements
3638

0 commit comments

Comments
 (0)