Skip to content

Commit

Permalink
Line endings again and again
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealBoy committed Oct 21, 2018
1 parent 7eb4e36 commit a183a7f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,19 @@ and [id3v2.4](http://id3.org/id3v2.4.0-structure) tags.

## explanation

Whilst putting together a simple single-streaming music application, there was a need to have a simple and comprehensive
tag processor. To be more cross-platform and readily available, this side-project was born to suit the purpose. A
library is provided for other project usage, along with binary for specific command-line usage when required.
Whilst putting together a simple single-streaming music application, there was
a need to have a simple and comprehensive tag processor. To be more
cross-platform and readily available, this side-project was born to suit the
purpose. A library is provided for other project usage, along with binary for
specific command-line usage when required.

## requirements

* ``go``

## installation

Standard installation is simply using ``go get github.com/cloudcloud/go-id3/...`` to import the libraries and compile
the binaries. Your go environment will need to be correctly configured and available for this to function correctly though.
Standard installation is using ``go get github.com/cloudcloud/go-id3/...`` to
import the libraries and compile the binaries. Your go environment will need
to be correctly configured and available for this to function correctly though.

0 comments on commit a183a7f

Please sign in to comment.