README.md in drupal-vm-sites-0.0.4 vs README.md in drupal-vm-sites-0.0.5
- old
+ new
@@ -1,14 +1,16 @@
# Drupal VM Config
+[![Gem Version](https://badge.fury.io/rb/drupal-vm-sites.svg)](https://badge.fury.io/rb/drupal-vm-sites)
+
This Vagrant plugin makes it easy to manage multiple Drupal sites on a single Vagrant instance. It is used to generate a `config.yml` file for Drupal VM. See [Drupal VM Documentation](http://docs.drupalvm.com/en/latest/) for additional documentation.
## Setup
1. `vagrant plugin install drupal-vm-sites`
-2. TBD
+2. `touch sites.yml`
3. Add Drupal websites to `sites.yml`
```yml
site1:
@@ -21,12 +23,10 @@
path: ~/some/other/path
```
**Note:** path defaults to `~/Sites/site.com/www` if not specified
-4. TBD
-
-5. `vagrant up`
+4. `vagrant up`
You now have a functional Drupal vagrant install for your sites! Now you can configure Drupal.
## Configure Drupal