You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-10Lines changed: 37 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Flowgorithm is a beginner-friendly programming language based on simple graphica
6
6
7
7
There are two ways to install Flowgorithm on your MacOS device.
8
8
9
-
### Option 1: Use Homebrew
9
+
####Option 1: Use Homebrew
10
10
11
11
1. Install the package manager [brew](https://www.brew.sh) if you haven't already.
12
12
2. Run the following commands in the Terminal:
@@ -17,28 +17,55 @@ brew update
17
17
brew install jostasik-flowgorithm
18
18
```
19
19
20
-
### Option 2: Download the Latest Release
20
+
####Option 2: Download the Latest Release
21
21
22
22
1. Go to the [Flowgorithm-MacOS release page](https://github.com/jostasik/Flowgorithm-MacOS/releases).
23
23
2. Download the latest release.
24
24
3. Run the Flowgorithm installer.
25
25
4. Flowgorithm will be installed in your Applications folder.
26
26
27
-
If you have any issues opening the app for the first time, please follow the steps below.
28
-
29
27
## Troubleshooting
30
28
31
-
### Issue: "Unidentified Developer" Warning
29
+
#### Issue: "Unidentified Developer" Warning
30
+
31
+
If you see a message that says "Flowgorithm.app can't be opened because it is from an unidentified developer", it means that your security settings on your MacOS device are preventing the app from opening.
32
32
33
-
If you encounter the "Unidentified Developer" warning, follow these steps:
33
+
Here's what you can do to resolve this issue:
34
34
35
35
1. Right-click Flowgorithm.app from Finder.
36
36
2. Click "Open".
37
37
38
-
### Issue: "Open Anyway" Message
38
+
You should now see a new dialog box that asks if you're sure you want to open the app. Click "Open" to proceed.
39
+
40
+
#### Issue: "Apple cannot check it for malicious software" Warning
41
+
42
+
If you see a message that says "Apple cannot check it for malicious software", it means that your MacOS device is blocking the installation of the app because it is not from a verified developer.
43
+
44
+
Here's what you can do to resolve this issue:
45
+
46
+
1. Hold down the Control key and click on the Flowgorithm.app file in Finder.
47
+
2. Choose "Open" from the context menu.
48
+
3. A new dialog box will appear asking if you want to open the app. Click "Open" to proceed.
49
+
50
+
Note that you might have to repeat this process every time you open the app.
39
51
40
-
If your security settings display the "Open Anyway" message, click "Open Anyway" to proceed.
52
+
#### Issue: "App is Damaged and Can't Be Opened" Error
41
53
42
-
## Disclaimer
54
+
If you see a message that says "Flowgorithm.app is damaged and can't be opened", it means that the app has been corrupted during the installation process.
55
+
56
+
Here are two ways you can try to resolve this issue:
57
+
58
+
1. Move the Flowgorithm.app file to the Trash.
59
+
2. Download the app again from the source you used originally to install the app.
60
+
3. Install the app again.
61
+
62
+
If the issue persists, try the following additional troubleshooting step:
Please note that I have no affiliation with the original Flowgorithm project. The author of Flowgorithm, Devin Cook, holds all intellectual property rights over this base program. The primary goal of this repository is to expand Flowgorithm's reach to new users outside Microsoft's Windows Operating System.
71
+
If you still encounter issues after trying these troubleshooting steps, please contact me and I'll gladly help get you up and running!
0 commit comments