Update README

sqlite3-dev does not exist, only sqlite3
pull/44/head
Rory Aronson 2014-11-19 16:38:11 -08:00
parent 8653476eb7
commit 1cdde56844
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Update the RPi, install ruby, firmate and the arduino IDE
sudo apt-get update
sudo apt-get install git-core
sudo apt-get install ruby-dev
sudo apt-get install sqlite3-dev
sudo apt-get install sqlite3
sudo apt-get install arduino
sudo apt-get install bundler
```