Skip to content

Commit ce76210

Browse files
committed
Use pecl for installing
1 parent d4433b6 commit ce76210

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ them using, for example, Composer.
2626

2727
To build and install the driver:
2828

29-
$ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.2.0/mongodb-0.2.0.tgz
30-
$ pecl install mongodb-0.2.0.tgz
29+
$ pecl install mongodb-alpha
3130
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
3231

3332

0 commit comments

Comments
 (0)