Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
theirix committed Aug 29, 2024
1 parent 8c98103 commit a6a65f7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Installation

cargo build --release
cargo install offline-scrobbler

## Usage

Expand Down Expand Up @@ -58,6 +58,13 @@ For example, you have listened to a track one hour ago. Then you can specify ad

For simplicity, when you invoke scrobbling of an album, the scrobbler analyses all tracks' duration in the album and scrobbles them sequentially until the current moment. Therefore, when you launch the scrobbler, the album will be scrobbled as if you just finished listening to it for an hour.

## Development

cargo build --release

Publishing is done by GitHub actions for Linux musl, macOS on Intel and Apple Silicon.


## Portability

Works on Linux and macOS.
Expand Down

0 comments on commit a6a65f7

Please sign in to comment.