From 3fb2bdde09e6975b2ac0b5693085c1b70fc6b4f8 Mon Sep 17 00:00:00 2001 From: Luciano Mammino Date: Mon, 19 Dec 2022 10:47:33 +0100 Subject: [PATCH] Updated install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebe8af4..a1424bb 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You can tweet a picture to the bot and it will process it for you. Run it on your own images! First, [install Go](https://golang.org/doc/install). - go get -u github.com/fogleman/primitive + go install github.com/fogleman/primitive@latest primitive -i input.png -o output.png -n 100 Small input images should be used (like 256x256px). You don't need the detail anyway and the code will run faster.