Skip to content

Commit f12174a

Browse files
authored
Update README.md
1 parent 9a70385 commit f12174a

File tree

1 file changed

+24
-26
lines changed

1 file changed

+24
-26
lines changed

README.md

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,35 @@
1-
# Flowgorithm for Mac
1+
# Flowgorithm for macOS | [Flowgorithm.org](http://www.flowgorithm.org/index.html#Features)
22

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-
3+
- Flowgorithm is a graphical programming tool which allows users to write and execute programs using flowcharts.
4+
- The approach is designed to emphasize the algorithm rather than the syntax of a specific programming language.[^1]
5+
- The flowchart can be converted to over 18 major programming languages.[^2]
6+
7+
___
98

10-
## Install Automatically via [Homebrew](https://brew.sh)
9+
# Installation Procedure
1110

11+
## Install via Homebrew [^3]
12+
1213
```bash
1314
brew tap jostasik/homebrew-tap
1415
brew update
1516
brew install jostasik-flowgorithm
1617
```
18+
1719

18-
Enjoy! 🥳
19-
20-
___
20+
## Install via Installer Package
2121

22-
## Manual Installation
23-
24-
- Download latest installer from the [Releases](https://github.com/jostasik/Flowgorithm-MacOS/releases) page.
22+
1. Download the most recent [Release](https://github.com/jostasik/Flowgorithm-MacOS/releases). Open "Flowgorithm.pkg" to Install.
2523

26-
- After downloading Flowgorithm, double click to open the installer.
27-
28-
- Depending on your security settings, you may need to right click (or CTRL) and select "Open".
24+
2. If you have any problem opening Flowgorithm for the first time, check for one the following scenarios.
2925

30-
![](screenshots/unidentified-developer.jpg)
31-
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-
![](screenshots/open-anyway.jpg)
36-
26+
| ![](screenshots/unidentified-developer.jpg) | ![](screenshots/open-anyway.jpg) |
27+
| :---: | :---: |
28+
| To resolve this, right click Flowgorithm.app from finder, and click "Open". | If your security settings[^4] display this message, click “Open Anyway”. |
3729

30+
___
3831

39-
## Features
32+
# More Information
4033

4134
- Easy to understand output
4235
- Graphical variable watch window
@@ -45,4 +38,9 @@ ___
4538
- Loops, arrays, and flexible expressions
4639
- Multilingual support
4740

48-
# [Home Page](http://www.flowgorithm.org/index.html#Features)
41+
*NOTICE: I have no affiliation with the original Flowgorithm project. The author of Flowgorithm, [Devin Cook](http://devincook.com/csc/), 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.*
42+
43+
[^1]: Sourced fromhttp://psw.asee.org/AnnualConference/asee-psw2015ConfProceedings.pdf
44+
[^2]: Learn more at Flowgorithm.org http://flowgorithm.org/about/features.html
45+
[^3]: Learn more about the homebrew package manager at https://brew.sh
46+
[^4]: Learn more about this at [apple.com](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac)

0 commit comments

Comments
 (0)