mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Add Brewfile for libmpdclient deps
This commit is contained in:
parent
9bedbec407
commit
2e6ec19515
21
README.md
21
README.md
@ -19,8 +19,25 @@ description](https://en.wikipedia.org/wiki/Music_Player_Daemon).
|
||||
|
||||
## Setup
|
||||
|
||||
Run `bin/setup` before opening the Xcode project. You probably want MPD server
|
||||
to be running on your local machine.
|
||||
Install dependencies from Homebrew:
|
||||
|
||||
```sh
|
||||
$ brew bundle
|
||||
```
|
||||
|
||||
Run `bin/setup`:
|
||||
|
||||
```sh
|
||||
$ bin/setup
|
||||
```
|
||||
|
||||
Open the Xcode project:
|
||||
|
||||
```sh
|
||||
$ open Persephone.xcodeproj
|
||||
```
|
||||
|
||||
You will probably want MPD server to be running on your local machine.
|
||||
|
||||
## Credits
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user