readme: Add link to npm and mention composer
This commit is contained in:
parent
b769618f81
commit
2b56bef572
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -208,7 +208,7 @@ folder under the result of running `rvm info` as the default SSH user (usualy
|
|||
it is already installed before enabling the bucket, otherwise you won't benefit
|
||||
from this plugin.
|
||||
|
||||
#### npm
|
||||
#### [npm](https://npmjs.org/)
|
||||
|
||||
```ruby
|
||||
Vagrant.configure("2") do |config|
|
||||
|
@ -225,6 +225,18 @@ If you use
|
|||
on the guest machine, make sure it is already installed before enabling
|
||||
the bucket, otherwise you won't benefit from this plugin.
|
||||
|
||||
#### [Composer](http://getcomposer.org/)
|
||||
|
||||
```ruby
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = 'some-box-with-php-installed'
|
||||
config.cache.enable :composer
|
||||
end
|
||||
```
|
||||
|
||||
Compatible with probably any type of linux guest distro, will cache guests'
|
||||
`$HOME/.composer` if PHP is detected.
|
||||
|
||||
##### APT-CACHER
|
||||
|
||||
```ruby
|
||||
|
|
Loading…
Reference in a new issue