Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato3713 committed Nov 4, 2021
1 parent 0b3bb4f commit 001f506
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

music player written by golang.

## Install

```sh
go install github.com/tomato3713/gomu@latest
```

## Usage

### music file
Expand Down Expand Up @@ -36,9 +42,9 @@ Example of playlist.json is:
```json
{
[
{ file: path-to-music1 },
{ file: path-to-music2 },
{ file: path-to-music3 }
{ "path": "path-to-music1" },
{ "path": "path-to-music2" },
{ "path": "path-to-music3" }
]
}
```
Expand Down

0 comments on commit 001f506

Please sign in to comment.