Skip to content

Commit 77768fe

Browse files
committed
Mention Linux release in readme
Since it has been available for some time now
1 parent bd20822 commit 77768fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dithery-cli
2-
Command-line [image dithering](https://en.wikipedia.org/wiki/Dither#Digital_photography_and_image_processing) tool written in C#. Dithering part is done with [CSharp-Dithering](https://github.com/mcraiha/CSharp-Dithering)
2+
Command-line [image dithering](https://en.wikipedia.org/wiki/Dither#Digital_photography_and_image_processing) tool written in C#. Dithering part is done with [CSharp-Dithering](https://github.com/mcraiha/CSharp-Dithering)
33

44
## Build status
55
![](https://github.com/mcraiha/Dithery-cli/workflows/.NET%20Core/badge.svg)
@@ -30,7 +30,7 @@ Easiest option is to use dotnet global install
3030
`dotnet tool install -g Dithery-cli`
3131
and after that you can run Dithery-cli from any location with `dithery`
3232

33-
You can also download Windows release (an .exe file) from [Releases](https://github.com/mcraiha/Dithery-cli/releases) page
33+
You can also download Windows release (an .exe file) and Linux release from [Releases](https://github.com/mcraiha/Dithery-cli/releases) page
3434

3535
## How to build
3636
`dotnet build`

0 commit comments

Comments
 (0)