README.md in vagrant-phpstorm-tunnel-0.0.3 vs README.md in vagrant-phpstorm-tunnel-0.0.4

- old
+ new

@@ -1,4 +1,23 @@ vagrant-phpstorm-tunnel ============================== -Create tunnel between [PHPStorm](http://www.jetbrains.com/phpstorm/) and [Vagrant](http://www.vagrantup.com/) machine to allow executing [PHP](http://php.net/) via [SSH](http://en.wikipedia.org/wiki/Secure_Shell) +`vagrant-phpstorm-tunnel` creates tunnel between [PHPStorm](http://www.jetbrains.com/phpstorm/) and [Vagrant](http://www.vagrantup.com/) machine to allow executing [PHP](http://php.net/) via [SSH](http://en.wikipedia.org/wiki/Secure_Shell) + +## Installation + + $ vagrant plugin install vagrant-phpstorm-tunnel + +## Vagrantfile + +```ruby +Vagrant.require_plugin "vagrant-phpstorm-tunnel" + +Vagrant.configure("2") do |config| + #... +end +``` + +## PhpStorm + +`vagrant-phpstorm-tunnel` will create file `php` in location `./scripts/vagrant/php` relative to `Vagrantfile`. You should configure you `PHP` interpreter by navigate to folder `<path-to-project>/scripts/vagrant`. +