Update 'README.md'
This commit is contained in:
parent
725e224383
commit
d4ea953663
13
README.md
13
README.md
|
@ -4,6 +4,19 @@
|
|||
## Downloading
|
||||
```
|
||||
git clone --recurse-submodules https://git.1248.nz/kiwibot/pi-image.git
|
||||
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
||||
```
|
||||
apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip \
|
||||
dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl bc
|
||||
```
|
||||
|
||||
## Config
|
||||
```
|
||||
cp config.sample config
|
||||
```
|
||||
|
||||
## Building
|
||||
|
|
Loading…
Reference in New Issue