Skip to content

Commit

Permalink
Markdown linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Aug 22, 2015
1 parent b817fa0 commit 403d9b8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

1. [Install Raspbian](https://www.raspberrypi.org/downloads/raspbian/)
2. Command line setup:
```
sudo raspi-config
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git gpac
cd /home/pi
git clone https://github.com/dphiffer/flightlines.git
mkdir .ssh
chmod 700 .ssh
```
```
sudo raspi-config
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git gpac
cd /home/pi
git clone https://github.com/dphiffer/flightlines.git
mkdir .ssh
chmod 700 .ssh
```
3. Copy public/private keys, flightlines and flightlines.pub, to .ssh (not public)
4. Copy .ssh/flightlines.pub to .ssh/authorized_keys (to make logging in easier)
5. `chmod 600 .ssh/*`
Expand Down

0 comments on commit 403d9b8

Please sign in to comment.