Skip to content

Commit ad8b3c6

Browse files
authored
Update README.md
1 parent 1563ec1 commit ad8b3c6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ Simple PHP Script for creating custom tiny core images ( remastering )
33

44
The images made through this script are PXE BOOTABLE.
55

6-
``KERNEL /kernels/memdisk
6+
```
7+
KERNEL /kernels/memdisk
78
INITRD /images/you-tinycore.iso
8-
APPEND iso raw``
9+
APPEND iso raw
10+
```
911

1012
# usage
1113
0. Install Requirements
1214
1. Edit config.php
1315
2. Run php script
14-
`
15-
16+
```
1617
php -f build-tinycore.php
17-
`
18+
```
1819
or to specify arch. currently only x86 works.
19-
`
20-
20+
```
2121
php -f build-tinycore.php x86_64
22-
`
22+
```
2323

2424
4. Enjoy
2525

0 commit comments

Comments
 (0)