From e95f2efaca19e0aa52a722a77eac7457c0924f1a Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Sun, 17 Aug 2025 22:26:26 +0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7412420..f130eb0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,16 @@ This does require a paid ChatGPT account. ## Quickstart -*If you use MacOS, you can currently try out the GUI application in the Github releases and disregard the following instructions* +### Mac Users +If you use MacOS, you can use the GUI application in the Github releases. Unfortunately, you will have to type this command also in the terminal on Mac to ensure you can run the application:
+`xattr -dr com.apple.quarantine /Applications/ChatMock.app*`
+*See more info [here](https://github.com/deskflow/deskflow/wiki/Running-on-macOS)* + +### Windows Users +Simply download and run the app in the releases. As I do not own a windows computer I cannot fully bug test this, so please do report bugs in issues. + +### Python +If you wish to just simply run this as a python flask server, you are also freely welcome too. Clone or download this repository, then cd into the project directory. Then follow the instrunctions listed below.