Skip to content

Commit 7b3787d

Browse files
committed
Updated README
1 parent a47e927 commit 7b3787d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,19 @@ Examples:
147147

148148
### Compiling Lazarus App
149149

150-
First, you need to [install Lazarus](http://www.lazarus-ide.org/index.php?page=downloads). For compiling the lazarus binary:
150+
#### On your Local Machine
151+
152+
First, you need to [install Lazarus](http://www.lazarus-ide.org/index.php?page=downloads).
153+
154+
For compiling the lazarus binary:
151155

152156
```bash
153157
lazbuild phpgui.lpr
154158
```
155159

156-
For generating the Linux binary, you can use Docker:
160+
#### Using Docker
161+
162+
If you are generating the Linux binary, you can use Docker:
157163

158164
```bash
159165
lazarus/linux-docker.sh

0 commit comments

Comments
 (0)