mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-22 12:13:03 +00:00
Add Run / Configure instructions to README
And fix whitespace Fixes: #613
This commit is contained in:
parent
d92d9e6d29
commit
bd38207146
1 changed files with 24 additions and 14 deletions
10
README.md
10
README.md
|
@ -12,6 +12,7 @@
|
|||
[Application volume](#application-volume)<br/>
|
||||
[Recording system audio](#recording-system-audio)<br/>
|
||||
[Download](#download)<br/>
|
||||
[Run / Configure](#run--configure)<br/>
|
||||
[Build and Install](#installing-from-source-code)</br>
|
||||
[Uninstall](#uninstall)<br/>
|
||||
[Troubleshooting](#troubleshooting)<br/>
|
||||
|
@ -94,6 +95,15 @@ brew tap homebrew/cask-versions
|
|||
brew install --cask background-music-pre
|
||||
```
|
||||
|
||||
# Run / Configure
|
||||
|
||||
Just run `Applications > Background Music.app`! **Background Music** sets itself as your default output device under
|
||||
`System Preferences > Sound` when it starts up (and sets it back on Quit).
|
||||
|
||||
### Launch at Startup (Optional)
|
||||
|
||||
Add **Background Music** to `System Preferences > Users & Groups > Current User > Login Items`.
|
||||
|
||||
# Installing from Source Code
|
||||
|
||||
**Background Music** usually takes less than a minute to build. You need [Xcode](https://developer.apple.com/xcode/download/) version
|
||||
|
|
Loading…
Reference in a new issue