From 77d473527e077b3fec16d783eb938cc4bfd09f1b Mon Sep 17 00:00:00 2001 From: TravonteD Date: Thu, 6 Aug 2020 14:22:28 -0400 Subject: [PATCH] doc: update build instructions to use the Makefile --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a15c7da..bbbb5f0 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ A modern terminal MPD (Music Player Daemon) client ### From Source 1. Install the dependencies from you package manager -2. `cd` into the directory and run `shards install` -3. run `shards build --release` -4. The binary will be in the `bin/` directory link it to either `$HOME/.local/bin` or `/usr/local/bin` +2. run `sudo make install` + +Note: If you'd like a different install directory just modify it in the Makefile ## Usage