From dcbd82ec6a13587456c49e587c7ed8021e1bfc95 Mon Sep 17 00:00:00 2001 From: Doc Date: Wed, 20 Mar 2024 10:08:27 +0100 Subject: [PATCH] Corrected install und build instructions --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6838923..6d4d9e0 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,25 @@ ## 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 +#### Build ``` -go install https://git.protron.dev/Doc/scrapychan +git clone https://git.protron.dev/Doc/scrapychan + +cd scrapychan + +go build + +go install ``` +### Install or use the binary's provided in the [release section](https://git.protron.dev/Doc/Scrapychan/releases) ## How to use - ``` scrapychan -u= -o= -v= ```