Update README markdown formatting
The additional space between the # at the beginning of a section and title conforms to correct markdown spec (and works in all markdown renderers, as opposed to just GitHub)
This commit is contained in:
parent
1806504983
commit
9f5cfdea6b
10
README.md
10
README.md
|
@ -1,12 +1,12 @@
|
||||||
#TODO
|
# TODO
|
||||||
|
|
||||||
1. Documentation
|
1. Documentation
|
||||||
|
|
||||||
#Dependencies
|
# Dependencies
|
||||||
|
|
||||||
`quilt kpartx realpath qemu-user-static debootstrap zerofree pxz zip dosfstools bsdtar libcap2-bin`
|
`quilt kpartx realpath qemu-user-static debootstrap zerofree pxz zip dosfstools bsdtar libcap2-bin`
|
||||||
|
|
||||||
#Config
|
# Config
|
||||||
|
|
||||||
Upon execution, `build.sh` will source the file `config` in the current
|
Upon execution, `build.sh` will source the file `config` in the current
|
||||||
working directory. This bash shell fragment is intended to set needed
|
working directory. This bash shell fragment is intended to set needed
|
||||||
|
@ -33,11 +33,11 @@ A simple example for building Raspbian:
|
||||||
IMG_NAME='Raspbian'
|
IMG_NAME='Raspbian'
|
||||||
```
|
```
|
||||||
|
|
||||||
#Stage Anatomy
|
# Stage Anatomy
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#Raspbian Stage Overview
|
# Raspbian Stage Overview
|
||||||
|
|
||||||
The build of Raspbian is divided up into several stages for logical clarity
|
The build of Raspbian is divided up into several stages for logical clarity
|
||||||
and modularity. This causes some initial complexity, but it simplifies
|
and modularity. This causes some initial complexity, but it simplifies
|
||||||
|
|
Loading…
Reference in New Issue
Block a user