shorten readme

This commit is contained in:
gutmet 2023-04-06 10:05:36 +02:00
parent d9add1346f
commit bec4f3b3ea

View File

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