Skip to content

Commit

Permalink
Remove useless tarball download description from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Nov 24, 2010
1 parent cff3de2 commit 157cc47
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,9 @@ To get source code:
$> git clone git://github.com/Sannis/node-mysql-libmysqlclient.git
$> cd node-mysql-libmysqlclient

or (careful!)
If you want to build specific version of node-mysql-libmysqlclient, checkout it:

$> wget http://github.com/Sannis/node-mysql-libmysqlclient/tarball/master
$> tar -xzvf Sannis-node-mysql-libmysqlclient-*.tar.gz
$> rm -f ./Sannis-node-mysql-libmysqlclient-*.tar.gz
$> mv Sannis-node-mysql-libmysqlclient-* node-mysql-libmysqlclient
$> cd node-mysql-libmysqlclient
$> git checkout v1.0.2

To build the bindings you should run:

Expand Down

0 comments on commit 157cc47

Please sign in to comment.