Skip to content

Commit

Permalink
doc: update build instructions to use the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
TravonteD committed Aug 6, 2020
1 parent 73f6308 commit 77d4735
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 77d4735

Please sign in to comment.