Skip to content

Commit d3ce472

Browse files
unusualinsightspestophagous
authored andcommitted
Add ./ before build_app.sh in README.md
For consistency with other run commands in README.md, we add ./ before build_app.sh only in the step for running that script.
1 parent 75f3fca commit d3ce472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ After that, please proceed to "How to build" (below) before continuing further:
123123
- `export MYAPP_TEMPLATE_BUILD_ANDROID=1 # optional`
124124
- `export MYAPP_TEMPLATE_BUILD_APPIMAGE=1 # optional`
125125

126-
4. In a terminal, run `build_app.sh`
126+
4. In a terminal, run `./build_app.sh`
127127

128128
5. Assuming step (4) was successful, you can launch the app at
129129
`./build/src/app/app` (or on Windows: `start build/windeployfolder/app.exe`)

0 commit comments

Comments
 (0)