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 ===========