Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeofguenter committed Aug 6, 2014
1 parent 02f2d83 commit 38106be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ $ echo "extension=rdns.so" >> /etc/php.ini

```
$ sudo apt-get install libev-dev
$ wget https://github.com/weheartwebsites/php-rdns/releases/download/v0.1.0/rdns-0.1.0.tgz
$ tar xvfz rdns-0.1.0.tgz
$ cd rdns-0.1.0/
$ wget https://github.com/weheartwebsites/php-rdns/releases/download/v0.1.1/rdns-0.1.1.tgz
$ tar xvfz rdns-0.1.1.tgz
$ cd rdns-0.1.1/
$ phpize
$ ./configure
$ make
Expand Down

0 comments on commit 38106be

Please sign in to comment.