Merge pull request #23 from ibenrodriguez/dev

Added details for default user pass
pull/79/head
Fredrik Lindqvist 2017-05-18 13:14:25 +02:00 committed by GitHub
commit 1dcfd2b728
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ The Haspbian image is built with the same script that generates the official [Ra
By default the Haspbian image is built on a Debian 8 droplet on Digital Ocean and takes about 30 minutes to build on the cheapest droplet. Dependencies and everything is handled by the build script with the exception of `git`.
Since this image is based on [Raspbian](https://www.raspberrypi.org/downloads/raspbian/) it keeps the defualt password and username from [Raspbian](https://www.raspberrypi.org/downloads/raspbian/). Default user for use locally or over ssh is `pi` and the password is `raspberry`.
Build instructions:
- Install git. `sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install git`