Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

2 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
all:
OS=linux ARCH=amd64 make bin
OS=darwin ARCH=amd64 make bin
7z a ambrowse.zip *.bin README.md
7z a ambrowse.zip *.bin
bin: ambrowse.go go.mod
GOOS="$(OS)" GOARCH="$(ARCH)" CGO_ENABLED=0 go build -o "ambrowse-$(OS)-$(ARCH).bin" -ldflags '-s -w'

View File

@ -4,15 +4,17 @@ ambrowse
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, you need go1.20 or higher. Clone this repository and type 'go build'.
If you want to build ambrowse, you need go1.11+ with module support. Clone this repository and type 'go build ambrowse.go'.
quick start
===========
Download a release and unzip it. Put the correct file for your operating system
Download a release from [releases.gutmet.org](https://releases.gutmet.org) and unzip it. Put the correct file for your operating system
somewhere you can run it. Then start a command line:
```