Merge pull request #18 from arsaboo/patch-1

Fix typo in README.md
pull/79/head
Fredrik Lindqvist 2017-03-16 12:02:03 +01:00 committed by GitHub
commit 354a7f8b76
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ By default the Haspbian image is built on a Debian 8 droplet on Digital Ocean an
Build instructions:
- Install git. `sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install git`
- Clone the `rpi_gen` code. `git clone https://github.com/home-assistant/pi-gen.git`
- Create a file in the current folder named `config`. More about it's contense below.
- Create a file in the current folder named `config`. More about it's contents below.
- Run the build script, with sudo or as root. `sudo ./build.sh`
- Wait ~30 minutes for build to complete.
- Retrieve your freshly built Raspberry Pi image from the `rpi_gen\deploy` folder.