shithub: m8c

Download patch

ref: bd3496f8c413236b5531057978e91981f2040f1e
parent: 08a88091aa78ae3b3db5c0b6d44f8112284276ce
author: Yosam02 <sam.wilkinson2103@gmail.com>
date: Thu Aug 15 16:29:40 EDT 2024

Update README.md with MacOS instructions

--- a/README.md
+++ b/README.md
@@ -28,6 +28,8 @@
 
 There are prebuilt binaries available in the [releases section](https://github.com/laamaa/m8c/releases/) for Windows and recent versions of MacOS.
 
+When running the program for the first time on MacOS, it may not open as it is from an Unidentified Developer. You need to open it from the Applications Folder via Control+Click > Open then select Open from the popup menu.
+
 ### Linux
 
 There are packages available for Fedora Linux and NixOS, or you can build the program from source.
@@ -147,6 +149,8 @@
 
 Experimental audio routing support can be enabled by setting the config value `"audio_enabled"` to `"true"`. The audio buffer size can also be tweaked from the config file for possible lower latencies.
 If the right audio device is not picked up by default, you can use a specific audio device by using `"audio_output_device"` config parameter.
+
+On MacOS you need to grant the program permission to access the Microphone for audio routing to work.
 
 ## Config
 
--