Merge pull request #59 from onetapbeyond/master

Updated download PhantomJS executable instructions for Ubuntu 16.04.
This commit is contained in:
Antonin Stefanutti 2016-07-12 10:50:29 +02:00 committed by GitHub
commit 7ae7f5e516

View File

@ -105,6 +105,8 @@ What follows is a list of precompiled binaries for various platforms.
$ curl -L {uri-phantomjs-download}/phantomjs-linux-centos7-x86-64 -o bin/phantomjs
# Linux (Debian 8), 64-bit
$ curl -L {uri-phantomjs-download}/phantomjs-linux-debian8-x86-64 -o bin/phantomjs
# Linux (Ubuntu 16.04), 64-bit
$ curl -L {uri-phantomjs-download}/phantomjs-linux-ubuntu16-x86-64 -o bin/phantomjs
--
. Set the execute permission (non-Windows OS binaries only):