From cf9eb20421d088d331cfd69d581fa60644323e1a Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Mon, 22 Feb 2021 15:47:07 -0500 Subject: [PATCH] Fix `go get` command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d477750..33baad5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Of course, THIS PROGRAM IS FOR ILLUSTRATIVE PURPOSES ONLY AND SHOULD NOT BE USED ## `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. 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`