Modified readme and script

This commit is contained in:
OrigamingWasTaken
2024-05-22 16:41:15 +02:00
parent 66f3bc53f1
commit 14226489d7
3 changed files with 86 additions and 90 deletions

View File

@ -53,8 +53,8 @@ Logs are stored in `C:\windows\logs\bridge.log`.
## macOS
The steps to install are almost the same. The only difference is that if you want the service to work, you will have to use [this script](macos.sh) to install a launch agent that will symlink the `$TMPDIR` to a static path (`/tmp/rpc-bridge/tmpdir`).
To do so, download it, make it executable (`chmod +x macos.sh`) and run `./macos.sh install`. You can uninstall the agent by running `./macos.sh uninstall`.
The steps to install are almost the same. The only difference is that if you want the service to work, you will have to use [this script](build/launchd.sh) to install a launch agent that will symlink the `$TMPDIR` to a static path (`/tmp/rpc-bridge/tmpdir`).
To do so, download it, make it executable (`chmod +x launchd.sh`) and run `./launchd.sh install`. You can uninstall the agent by running `./launchd.sh uninstall`.
## Compiling from source