Skip to content

Commit bfba30e

Browse files
authored
Update README.md
1 parent 9f6592d commit bfba30e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ This is an android application template project built with kotlin language and s
66

77
Make sure you have installed Python 3 and [requests](https://pypi.org/project/requests/) library before proceeding. And then pate the following command at a terminal, replace the `PROJECT_NAME` and `APP_PACKAGE_NAME` and execute it:
88

9-
```
10-
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/nekocode/create-android-kotlin-app/master/create-android-kotlin-app.py)" PROJECT_NAME APP_PACKAGE_NAME
9+
```sh
10+
python3 -c \
11+
"$(curl -fsSL https://raw.githubusercontent.com/nekocode/create-android-kotlin-app/master/create-android-kotlin-app.py)" \
12+
PROJECT_NAME \
13+
APP_PACKAGE_NAME
1114
```
1215

1316
## What is included

0 commit comments

Comments
 (0)