1
0
mirror of https://github.com/thebaer/cdr.git synced 2024-11-15 01:31:01 +00:00

Fix go get command in README

This commit is contained in:
Matt Baer 2021-02-22 15:47:07 -05:00
parent b952bbfbc4
commit cf9eb20421

View File

@ -20,7 +20,7 @@ Of course, THIS PROGRAM IS FOR ILLUSTRATIVE PURPOSES ONLY AND SHOULD NOT BE USED
## `cdr` Usage ## `cdr` Usage
1. Install `cdr` with `go get github.com/thebaer/cdr` 1. Install `cdr` with `go get github.com/thebaer/cdr/cmd/cdr`
1. Create a directory for your playlist 1. Create a directory for your playlist
1. Add audio files into the directory 1. Add audio files into the directory
1. Make sure they're named in the order you want, and start with a two-digit track number, e.g. `01 - Track 1.mp3` 1. Make sure they're named in the order you want, and start with a two-digit track number, e.g. `01 - Track 1.mp3`