From 2fe1dd5ece55dc5e11f0672eaf94207da30fdab7 Mon Sep 17 00:00:00 2001 From: Origaming <74014262+OrigamingWasTaken@users.noreply.github.com> Date: Mon, 27 May 2024 22:13:16 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05fb0a6..6675982 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ 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](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`. +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 remove`. ## Compiling from source