Skip to content

Commit 797b13c

Browse files
authored
Update README.md
1 parent e82bf41 commit 797b13c

File tree

1 file changed

+26
-33
lines changed

1 file changed

+26
-33
lines changed

README.md

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

3-
- Flowgorithm is a graphical programming tool that 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]
3+
Flowgorithm is a free beginner's programming language that is based on simple graphical flowcharts.
64

7-
___
5+
- Easy to understand output
6+
- Graphical variable watch window
7+
- Convert the flowcharts to real live code.
8+
- Supports AppleScript, Bash, C#, C++, Java, JavaScript, PHP, Powershell, Python, Ruby, Swift, SQL, TypeScript, Visual Basic .NET, and more!
89

9-
# Installation
1010

11-
**_Option 1:_** Install via Homebrew [^3]
12-
11+
## Installation
12+
13+
14+
#### Option 1:
15+
Use the package manager [brew](https://www.brew.sh) to install Flowgorithm.
16+
1317
```bash
1418
brew tap jostasik/homebrew-tap
1519
brew update
1620
brew install jostasik-flowgorithm
1721
```
18-
1922

20-
**_Option 2:_** Install via Installer Package
23+
or
2124

22-
1. Download the most recent [Release](https://github.com/jostasik/Flowgorithm-MacOS/releases). Open "Flowgorithm.pkg" to Install.
23-
24-
2. If you have any problem opening Flowgorithm for the first time, check for one of the following scenarios.
25-
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”. |
2925

26+
#### Option 2:
27+
Download the latest [Release](https://github.com/jostasik/Flowgorithm-MacOS/releases), and run the flowgorithm installer.
3028

29+
Flowgorithm will now be in your Applications folder.
3130

32-
# More Information
33-
- Easy to understand output
34-
- Graphical variable watch window
35-
- Interactively generate real code (18+ languages)
36-
- Safe recursion
37-
- Loops, arrays, and flexible expressions
38-
- Multilingual support
31+
Done!
3932

4033

34+
## If you have any issues opening the app for the first time, check for the following:
35+
36+
![](screenshots/unidentified-developer.jpg)
37+
- To resolve this, right-click Flowgorithm.app from finder, and click "Open".
38+
---
39+
![](screenshots/open-anyway.jpg)
40+
- If your security settings display this message, click “Open Anyway”.
4141

42+
---
4243

43-
| **Statement** |
44-
| :---: |
4544
| 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-
45+
| :---: |

0 commit comments

Comments
 (0)