From 5b60a3fe6988a570f804be652096065068729266 Mon Sep 17 00:00:00 2001 From: Doc Date: Tue, 12 Mar 2024 09:13:30 +0100 Subject: [PATCH] + Read me spelling correction and added install information --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82bacec..c168aa8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ # Scrapychan ## Description -Scrapychan is a go rewrite of a original scraperchan that i wrote in Python. There was no reason to rewrite the original program but atleast it is fast and i learn some go, +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 g.. + +## Install + +``` +go install https://git.protron.dev/Doc/Scrapychan +``` + +or use the binary's provided in the [release section](https://git.protron.dev/Doc/Scrapychan/releases) ## How to use