Added details for default user pass

Details added for default username and password. Default ssh user is pi
, and the password is raspberry.
pull/79/head
Iben Rodriguez 2017-05-17 15:15:28 -07:00
parent 73fc89902f
commit 2770939137
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`.
Default ssh user is pi , and the password is raspberry. Example: ssh pi@192.168.2.2
Build instructions:
- Install git. `sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install git`