Skip to content

Commit 0c24dc4

Browse files
authored
Update README.md
1 parent e3ce348 commit 0c24dc4

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Flowgorithm for macOS | [Flowgorithm.org](http://www.flowgorithm.org/index.html#Features)
22

3-
- Flowgorithm is a graphical programming tool which allows users to write and execute programs using flowcharts.
3+
- Flowgorithm is a graphical programming tool that allows users to write and execute programs using flowcharts.
44
- The approach is designed to emphasize the algorithm rather than the syntax of a specific programming language.[^1]
55
- The flowchart can be converted to over 18 major programming languages.[^2]
66

77
___
88

99
# Installation Procedure
1010

11-
## Install via Homebrew[^3]
11+
**_Option 1:_** Install via Homebrew [^3]
1212

1313
```bash
1414
brew tap jostasik/homebrew-tap
@@ -17,30 +17,36 @@ brew install jostasik-flowgorithm
1717
```
1818

1919

20-
## Install via Installer Package
20+
**_Option 2:_** Install via Installer Package
2121

2222
1. Download the most recent [Release](https://github.com/jostasik/Flowgorithm-MacOS/releases). Open "Flowgorithm.pkg" to Install.
2323

24-
2. If you have any problem opening Flowgorithm for the first time, check for one the following scenarios.
24+
2. If you have any problem opening Flowgorithm for the first time, check for one of the following scenarios.
2525

2626
| ![](screenshots/unidentified-developer.jpg) | ![](screenshots/open-anyway.jpg) |
2727
| :---: | :---: |
28-
| To resolve this, right click Flowgorithm.app from finder, and click "Open". | If your security settings[^4] display this message, click “Open Anyway”. |
28+
| To resolve this, right-click Flowgorithm.app from finder, and click "Open". | If your security settings[^4] display this message, click “Open Anyway”. |
2929

30-
___
3130

32-
# More Information
3331

32+
# More Information
3433
- Easy to understand output
3534
- Graphical variable watch window
3635
- Interactively generate real code (18+ languages)
3736
- Safe recursion
3837
- Loops, arrays, and flexible expressions
3938
- Multilingual support
4039

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.*
4240

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)
41+
42+
43+
| **Statement** |
44+
| :---: |
45+
| 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. |
46+
47+
48+
[^1]: http://psw.asee.org/AnnualConference/asee-psw2015ConfProceedings.pdf
49+
[^2]: http://flowgorithm.org/about/features.html
50+
[^3]: https://brew.sh
51+
[^4]: https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac
52+

0 commit comments

Comments
 (0)