|
1 | 1 | # Flowgorithm for Mac
|
2 | 2 |
|
3 |
| - - Flowgorithm is a free beginner's programming language that is based on simple graphical flowcharts. |
4 |
| - - Supports C#, C++, Java, JavaScript, Lua, Perl, Python, Ruby, Swift, Visual Basic .NET, and More! |
5 |
| - - Click below to download the latest release! |
6 |
| -<p align="center"> |
| 3 | + - Flowgorithm is a graphical authoring tool which allows users to write and execute programs using flowcharts. |
| 4 | + |
| 5 | + - The approach is designed to emphasize the algorithm rather than the syntax of a specific programming language. |
| 6 | + |
| 7 | + - The flowcharts can be converted to & from several major programming languages. |
| 8 | + |
7 | 9 |
|
8 |
| ---- |
9 |
| - |
10 |
| -### Tap my [homebrew](https://brew.sh) repo for a super quick install |
| 10 | +## Install Automatically via [Homebrew](https://brew.sh) |
11 | 11 |
|
12 | 12 | ```bash
|
13 | 13 | brew tap jostasik/homebrew-tap
|
14 | 14 | brew update
|
15 | 15 | brew install jostasik-flowgorithm
|
16 | 16 | ```
|
17 | 17 |
|
18 |
| -Done! |
19 |
| - |
20 |
| ---- |
21 |
| - |
22 |
| -### Manually Installing Flowgorithm |
| 18 | +Enjoy! 🥳 |
23 | 19 |
|
24 |
| -<a href="https://github.com/jostasik/Flowgorithm-MacOS/releases" alt="View Release Page"><img width="160" height="18" src="screenshots/release-button.png" alt="View Release Page"></a> |
25 |
| -</p> |
| 20 | +___ |
26 | 21 |
|
27 |
| -After downloading Flowgorithm, double click to open it. macOS may prompt you “Flowgorithm cannot be opened because it is from an unidentified developer”, as shown below. This is completely normal and expected. |
| 22 | +## Manual Installation |
28 | 23 |
|
29 |
| - |
| 24 | + - Download latest installer from the [Releases](https://github.com/jostasik/Flowgorithm-MacOS/releases) page. |
| 25 | + |
| 26 | + - After downloading Flowgorithm, double click to open the installer. |
30 | 27 |
|
31 |
| -If Flowgorithm still can’t be opened, [check your GateKeeper settings](https://support.apple.com/en-us/HT202491) under the General tab in System Preferences > Security & Privacy. Click “Open Anyway” to open Flowgorithm, as shown below. |
| 28 | + - Depending on your security settings, you may need to right click (or CTRL) and select "Open". |
| 29 | + |
| 30 | +  |
32 | 31 |
|
33 |
| - |
| 32 | + - If Flowgorithm still can’t be opened, [check your GateKeeper tab in settings,](https://support.apple.com/en-us/HT202491) |
| 33 | + and click “Open Anyway” to open Flowgorithm, as shown below. |
| 34 | + |
| 35 | +  |
34 | 36 |
|
35 |
| -Flowgorithm will not harm your Mac. This alert only shows up because Flowgorithm is not notarized. Flowgorithm is open source, so you can always examine its source code to make sure it’s safe. |
36 | 37 |
|
37 |
| ---- |
38 | 38 |
|
39 |
| -### Features |
| 39 | +## Features |
40 | 40 |
|
41 | 41 | - Easy to understand output
|
42 | 42 | - Graphical variable watch window
|
|
0 commit comments