Bladeren bron

No more dependency on sqlite

Solomon Hykes 12 jaren geleden
bovenliggende
commit
f43fbda2a4
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -227,7 +227,7 @@ Setting up a dev environment
 Instructions that have been verified to work on Ubuntu 12.10,
 Instructions that have been verified to work on Ubuntu 12.10,
 
 
 ```bash
 ```bash
-sudo apt-get -y install lxc wget bsdtar curl libsqlite3-dev golang git pkg-config
+sudo apt-get -y install lxc wget bsdtar curl golang git
 
 
 export GOPATH=~/go/
 export GOPATH=~/go/
 export PATH=$GOPATH/bin:$PATH
 export PATH=$GOPATH/bin:$PATH