From bec4f3b3eac4e59a726eedc90bf4166925670e03 Mon Sep 17 00:00:00 2001 From: gutmet Date: Thu, 6 Apr 2023 10:05:36 +0200 Subject: [PATCH] shorten readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f38ac94..ab6f4b6 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ ambrowse ======== -ambrowse extracts book metadata from saved amazon.com, amazon.co.uk or amazon.de pages. It watches the directory 'ambrowse' -inside your HOME, digests newly written files and adds the metadata to a list in 'books.yaml'. It then removes those files -after a time delay, leaving only the metadata list. +ambrowse extracts book metadata from amazon.com, amazon.co.uk or amazon.de pages. It watches the directory 'ambrowse' +inside your HOME, digests newly saved websites and adds the metadata to a list in 'books.yaml'. It then removes those files, leaving only the metadata list. You can find releases on [releases.gutmet.org](https://releases.gutmet.org) or build it yourself. build ===== -If you want to build ambrowse yourself, you need go1.11+ with module support. Clone this repository and type 'go build ambrowse.go'. +If you want to build ambrowse, you need go1.11+ with module support. Clone this repository and type 'go build ambrowse.go'. quick start ===========