From f52df42c9d6aa156720f3016257236c0b980ee71 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Fri, 17 Aug 2018 13:16:47 +0300 Subject: [PATCH] Move first-boot.md to docs/ as well. --- README.md | 4 ++-- first-boot.md => docs/first-boot.md | 0 image-setup.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename first-boot.md => docs/first-boot.md (100%) diff --git a/README.md b/README.md index cbe7b07..6d3ba02 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/first-boot.md b/docs/first-boot.md similarity index 100% rename from first-boot.md rename to docs/first-boot.md diff --git a/image-setup.sh b/image-setup.sh index 68e32c6..e01b7ee 100755 --- a/image-setup.sh +++ b/image-setup.sh @@ -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