mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
Merge pull request #109 from alindeman/patch-1
Fixes `ln` command in Linux installation guide.
This commit is contained in:
commit
5545257735
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ or [64
|
|||
bit](http://code.google.com/p/phantomjs/downloads/detail?name=phantomjs-1.6.0-linux-x86_64-dynamic.tar.bz2&can=2&q=)
|
||||
binary.
|
||||
* Extract it: `sudo tar xvjf phantomjs-1.6.0-linux-*-dynamic.tar.gz -C /usr/local`
|
||||
* Link it: `sudo ln -s /usr/local/phantomjs/bin/phantomjs /usr/local/bin/phantomjs`
|
||||
* Link it: `sudo ln -s /usr/local/phantomjs-1.6.0-linux*/bin/phantomjs /usr/local/bin/phantomjs`
|
||||
|
||||
(Note that you cannot copy the `/usr/local/phantomjs/bin/phantomjs`
|
||||
binary elsewhere on its own as it dynamically links with other files in
|
||||
|
|
Loading…
Add table
Reference in a new issue