-
Notifications
You must be signed in to change notification settings - Fork 7
/
README-Mac.txt
42 lines (28 loc) · 1.2 KB
/
README-Mac.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
WELCOME
-------
MiniBASIC runs within Mini Micro. If you have downloaded MiniBASIC
to run on your Mac, you should now have a folder with the following
files:
MiniMicro (application)
user.minidisk (folder)
README-Mac.txt (this file)
To run MiniBASIC, you will just run Mini Micro. You should see a
virtual computer appear with a MiniBASIC prompt.
IF MINI MICRO IS "DAMAGED" AND REFUSES TO RUN
---------------------------------------------
This is almost certainly because Finder has quarantined the file.
To fix this, you will need to open Terminal, and use a command like:
xattr -d com.apple.quarantine /path/to/MiniMicro.app
The easiest way to get the correct path is to type just
xattr -d com.apple.quarantine
...including a space after "quarantine", then drag the Mini Micro app
to your Terminal window, which will insert the correct path. Press
Return to execute the command, and this should remove the quarantine
flag on the file, allowing Mini Micro to run.
NEED HELP?
----------
If you have any problems, contact us using the links at the bottom of
https://miniscript.org
Discord is an especially good and fast way to get help, but we will
respond to email or forum posts as well.
Have fun!