Browse Source

tweak README

Clomode 13 years ago
parent
commit
6c1b16f727
1 changed files with 5 additions and 5 deletions
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -90,11 +90,11 @@ Getting started
 
 
 To build, you will need to install the following Go libs:
 To build, you will need to install the following Go libs:
 
 
-$ go get github.com/ziutek/mymysql/thrsafe
-$ go get github.com/ziutek/mymysql/autorc
-$ go get github.com/ziutek/mymysql/godrv
-$ go get github.com/sloonz/go-iconv
-$ go get github.com/garyburd/redigo/redis
+	$ go get github.com/ziutek/mymysql/thrsafe
+	$ go get github.com/ziutek/mymysql/autorc
+	$ go get github.com/ziutek/mymysql/godrv
+	$ go get github.com/sloonz/go-iconv
+	$ go get github.com/garyburd/redigo/redis
 
 
 Rename goguerrilla.conf.sample to goguerrilla.conf
 Rename goguerrilla.conf.sample to goguerrilla.conf