Skip to content

Commit 3d1db13

Browse files
authored
Indent in one-line command
1 parent 1346050 commit 3d1db13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
```bash
88
git clone https://github.com/mikbuch/flask_minimal_example && \
9-
cd flask_minimal_example && \
10-
sudo apt-get install python3-pip && \
11-
sudo pip3 install pipenv && \
12-
pipenv install --python $(which python3) && \
13-
sudo $(pipenv --venv)/bin/flask run --host=0.0.0.0 -p 80
9+
cd flask_minimal_example && \
10+
sudo apt-get install python3-pip && \
11+
sudo pip3 install pipenv && \
12+
pipenv install --python $(which python3) && \
13+
sudo $(pipenv --venv)/bin/flask run --host=0.0.0.0 -p 80
1414
```
1515

1616
After running the appliction on the server, open the browser and type the IP of your server. You should see the output such as:

0 commit comments

Comments
 (0)