Skip to content

Commit

Permalink
Fixes ln command in Linux installation guide.
Browse files Browse the repository at this point in the history
* sudo tar xvjf phantomjs-1.6.0-linux-*-dynamic.tar.gz -C /usr/local extracts
  to the /usr/local/phantomjs-1.6.0-linux-x86_64-dynamic directory. Given that,
  the `ln` command needs to be adjusted to work correctly.
  • Loading branch information
alindeman committed Jul 16, 2012
1 parent 8cc4c83 commit e77db1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e77db1b

Please sign in to comment.