Compare commits

..

1 Commits

Author SHA1 Message Date
gutmet
4e00cc6c32 fix readme 2023-09-21 23:08:42 +02:00
2 changed files with 3 additions and 5 deletions

View File

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

View File

@ -4,17 +4,15 @@ ambrowse
ambrowse extracts book metadata from amazon.com, amazon.co.uk or amazon.de pages. It watches the directory '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. 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 build
===== =====
If you want to build ambrowse, 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.20 or higher. Clone this repository and type 'go build'.
quick start quick start
=========== ===========
Download a release from [releases.gutmet.org](https://releases.gutmet.org) and unzip it. Put the correct file for your operating system Download a release and unzip it. Put the correct file for your operating system
somewhere you can run it. Then start a command line: somewhere you can run it. Then start a command line:
``` ```