Move first-boot.md to docs/ as well.

This commit is contained in:
Jarno Rantanen 2018-08-17 13:16:47 +03:00
parent 1615244c57
commit f52df42c9d
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ Easy-to-use **Raspberry Pi** image for booting directly into **full-screen Chrom
* **Cursor hiding** - if you leave a mouse plugged in, the cursor is hidden after a brief period of inactivity
* **Automatic reboots** - reboots the Pi nightly, when nobody's watching, to keep it running smoothly
* **Based on a recent Debian** - if you want to add your own tweaks, all the expected packages are one `apt-get` away
* **Batteries included** - the most common how-to's and ProTips have been collected to the [first-boot document](first-boot.md)
* **Batteries included** - the most common how-to's and ProTips have been collected to the [first-boot document](docs/first-boot.md)
## Getting started
@ -29,7 +29,7 @@ Easy-to-use **Raspberry Pi** image for booting directly into **full-screen Chrom
1. Decompress it.
1. Flash the image onto your SD card. We recommend [Etcher](https://etcher.io/) for this: it's delightfully easy to use, cross platform, and will verify the result automatically. If you know what you're doing, you can of course also just `sudo dd bs=1m if=chilipie-kiosk-vX.Y.Z.img of=/dev/rdisk2`.
1. Insert the SD card to your Pi and power it up.
1. You should land in the [first-boot document](first-boot.md), for further instructions & ideas.
1. You should land in the [first-boot document](docs/first-boot.md), for further instructions & ideas.
## Hardware

View File

@ -33,7 +33,7 @@ if [ ! -d "node_modules" ]; then
fi
rm -rf md-input md-output
mkdir md-input md-output
cp first-boot.md md-input
cp docs/first-boot.md md-input
./node_modules/.bin/generate-md --layout github --input md-input/ --output md-output/
./node_modules/.bin/html-inline -i md-output/first-boot.html > home/first-boot.html
rm -rf md-input md-output