From 72915c2de744b6e922cbc12fabff9d8c6d194fff Mon Sep 17 00:00:00 2001 From: r4 Date: Mon, 19 Jul 2021 18:41:36 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f35d89..a881070 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,25 @@ # projekt-gutenberg-de-dl -Lädt öffentlich zugängliche Literatur von projekt-gutenberg.org herunter und speichert diese als Markdown-Dokument ab. - -Downloads free public domain German literature from projekt-gutenberg.org and converts it into Markdown. \ No newline at end of file +Lädt öffentlich zugängliche Literatur von projekt-gutenberg.org herunter und speichert diese als Markdown-Dokument ab. + +Downloads free public domain German literature from projekt-gutenberg.org and converts it into Markdown. + +## Aufbauen des Programms vom Quellcode / Building from source + +- `git clone 'https://git.nobrain.org/r4/projekt-gutenberg-de-dl.git'` + +- `cd projekt-gutenberg-de-dl` + +- `go mod tidy` + +- `go build` + +## Nutzung / Usage + +- `./projekt_gutenberg_de_dl` + +### Beispiel / Example + +- `mkdir out` + +- `./projekt_gutenberg_de_dl -dir 'out' 'https://www.projekt-gutenberg.org/nietzsch/zara/zara.html'` \ No newline at end of file