Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
CromonMS committed Mar 1, 2019
1 parent 698c387 commit 1bec646
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1bec646

Please sign in to comment.