Skip to content

Commit ec81db6

Browse files
committed
index
1 parent aff5e99 commit ec81db6

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

docs/README.md

Whitespace-only changes.

docs/index.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Flowgorithm for MacOS
2+
3+
Flowgorithm is a free beginner's programming language that is based on simple graphical flowcharts.
4+
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!
9+
10+
11+
## Installation
12+
13+
14+
#### Option 1:
15+
Use the package manager [brew](https://www.brew.sh) to install Flowgorithm.
16+
17+
```bash
18+
brew tap jostasik/homebrew-tap
19+
brew update
20+
brew install jostasik-flowgorithm
21+
```
22+
23+
or
24+
25+
26+
#### Option 2:
27+
Download the latest [Release](https://github.com/jostasik/Flowgorithm-MacOS/releases), and run the flowgorithm installer.
28+
29+
Flowgorithm will now be in your Applications folder.
30+
31+
Done!
32+
33+
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”.
41+
42+
---
43+
44+
| 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. |
45+
| :---: |
46+
47+

0 commit comments

Comments
 (0)