From ab2133a1934429d1240ed1dd92108ac0908e2ffa Mon Sep 17 00:00:00 2001 From: Doc Date: Wed, 20 Mar 2024 10:13:56 +0100 Subject: [PATCH] Corrected install instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8873b6b..0066609 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## Description scrapychan is a go rewrite of a original [scraperchan](https://git.protron.dev/Doc/scraperchan) that i wrote in Python. There was no reason to rewrite the original program but atleast it is faster and i learned some go. +## Install ### Build from source #### Dependencies You just need to have [go](https://go.dev/doc/install) installed @@ -18,8 +19,8 @@ go build go install ``` -### Install -or use the binary's provided in the [release section](https://git.protron.dev/Doc/Scrapychan/releases) +### Prebuild binaries +or use the binaries provided in the [release section](https://git.protron.dev/Doc/Scrapychan/releases) ## How to use ```