Keep the checkout to the generic 1.9 branch (#12534).

gh-pages
Ariya Hidayat 2014-09-05 06:38:14 -07:00
parent 9103b5866e
commit a4f7b63935
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Install [Xcode](https://developer.apple.com/xcode/) and the necessary SDK for de
```bash
git clone git://github.com/ariya/phantomjs.git
cd phantomjs
git checkout 1.9.7
git checkout 1.9
./build.sh
```