Skip to content
This repository was archived by the owner on Dec 23, 2018. It is now read-only.

Commit 566d2d1

Browse files
committed
Git clone should be one liner
1 parent 7b131eb commit 566d2d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ and modified for PHP._
1717
Installing php-build as an phpenv plugin will give you access to the
1818
`phpenv install` command.
1919

20-
$ mkdir -p ~/.phpenv/plugins
21-
$ cd ~/.phpenv/plugins
22-
$ git clone git://github.com/phpenv-dev/php-build.git
20+
$ git clone git://github.com/phpenv-dev/php-build.git ~/.phpenv/plugins/php-build
2321

2422
This will install the latest development version of php-build into
2523
the `~/.phpenv/plugins/php-build` directory. From that directory, you

0 commit comments

Comments
 (0)