mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-14 00:17:15 +00:00
Update README.md
This commit is contained in:
parent
884dd8fd0a
commit
2b71621c33
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ applications playing audio.
|
|||
|
||||
## Manual Build and Install
|
||||
|
||||
- Install the virtual audio device `Background Music Device.driver` to **/Library/Audio/Plug-Ins/HAL**.
|
||||
- Install the virtual audio device `Background Music Device.driver` to ***/Library/Audio/Plug-Ins/HAL***.
|
||||
|
||||
```shell
|
||||
sudo xcodebuild -project BGMDriver/BGMDriver.xcodeproj \
|
||||
|
@ -152,7 +152,7 @@ applications playing audio.
|
|||
INSTALL_PATH="$(BGMApp/BGMXPCHelper/safe_install_dir.sh)" \
|
||||
clean install
|
||||
```
|
||||
- Install `Background Music.app` to **/Applications** (or wherever).
|
||||
- Install `Background Music.app` to ***/Applications*** (or wherever).
|
||||
|
||||
```shell
|
||||
sudo xcodebuild -project BGMApp/BGMApp.xcodeproj \
|
||||
|
|
Loading…
Reference in a new issue