There was an error while loading. Please reload this page.
1 parent d295fce commit c88c405Copy full SHA for c88c405
1 file changed
README.md
@@ -9,7 +9,7 @@ Online Python 2.7 Programming with Live Pylint Syntax Checking!
9
###Usage
10
1) Fetch from repo:
11
```
12
- git clone https://github.com/ethanchewy/PythonBuddy.git
+ git clone https://github.com/ethanchewy/OnlinePythonLinterSyntaxChecker.git
13
14
2) Change to directory
15
@@ -29,7 +29,7 @@ Online Python 2.7 Programming with Live Pylint Syntax Checking!
29
30
5) Set FLASK_APP variable:
31
32
- export FLASK_APP = app.py
+ export FLASK_APP=app.py
33
34
6) Run flask app:
35
0 commit comments