Skip to content

Commit ee32b01

Browse files
authored
docs: update README.md
1 parent 8d8af86 commit ee32b01

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,25 @@ or a letter that the group found to little character sheets of your players to u
5353
- Support for using Local LLMs (for example via [LM Studio](https://lmstudio.ai/)) or any custom endpoints that are compatible with OpenAI API
5454
- Cloud sync for templates, generators and data sources
5555

56-
## Download 📁
56+
## 📁 Download
5757

5858
You can find the latest version on the release page:
5959
- https://github.com/BigJk/snd/releases
6060

61-
### Mac & Linux
61+
### :apple: Mac
6262

63-
- If you are on a unix system you can use the install script to download and install the latest version of Sales & Dungeons automatically
64-
- The script will create a ``snd`` folder in your home directory
65-
- To update to the newest version just run the command again. Your user data won't be deleted.
63+
The mac bundles are not signed at the moment so you might face the following problems when opening the application:
6664

67-
**Open your terminal and copy and paste the following command:**
65+
#### It's not opening because it's from a unverified developer
66+
67+
If your mac is telling you that this app is from a unverified developer you can allow it via the "Privacy & Security" settings. More info: [Open a Mac app from an unidentified developer](https://support.apple.com/lv-lv/guide/mac-help/mh40616/mac)
68+
69+
#### It's not opening because the app "is damaged"
70+
71+
On M1, M2, etc. it can happen that the app is reported as damaged. Just copy Sales & Dungeons into your Applications folder and execute the following command to allow it to run:
6872

6973
```
70-
curl -s https://raw.githubusercontent.com/BigJk/snd/master/install.sh | bash
74+
xattr -d com.apple.quarantine "/Applications/Sales & Dungeons.app/"
7175
```
7276

7377
### :whale: Docker

0 commit comments

Comments
 (0)