From 1bec6463fab0c6c1f6fa0388ac04a10b07298374 Mon Sep 17 00:00:00 2001 From: cromon Date: Fri, 1 Mar 2019 08:56:05 +0000 Subject: [PATCH] update README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a9d47bd..a6c26da 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Album ID is found at the end of the URL beginning with 'mw' e.g. on Linux -```./builds/allmusic-scraper-linux-amd64 -i mw0000275621``` +```./builds/allmusic-scraper-linux-amd64-0.0.2-alpha -i mw0000275621``` Or with optional filename -```./builds/allmusic-scraper-linux-amd64 -i mw0000275621 -f scrape.txt``` +```./builds/allmusic-scraper-linux-amd64-0.0.2-alpha -i mw0000275621 -f scrape.txt``` Run without arguments to get a list of options that can be passed to the binary @@ -28,11 +28,13 @@ Song Names [ Composers ] It is setup to build for the following platforms -Windows 32bit - allmusic-scrape-windows-386.exe +Linux 64bit - allmusic-scrape-linux-amd64-VERSION -Windows 64bit - allmusic-scrape-windows-amd64.exe +Windows 32bit (untested) - allmusic-scrape-windows-386-VERSION.exe -MacOS - allmusic-scrape-darwin-amd64 +Windows 64bit (untested) - allmusic-scrape-windows-amd64-VERSION.exe + +MacOS (untested) - allmusic-scrape-darwin-amd64-VERSION #### For Linux