Skip to content

Commit

Permalink
Remove working-tag option from drush make
Browse files Browse the repository at this point in the history
  • Loading branch information
David King committed Jan 10, 2012
1 parent 4a75f21 commit ab7d813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -18,6 +18,6 @@ Template repo for a new drupal project built on top of a vagrant vm.
* librarian-chef install
* vagrant up
* vagrant ssh
* sudo drush make --working-copy /vagrant/distro.make /srv/www
* sudo drush make /vagrant/distro.make /srv/www
* sudo drush site-install --db-url=mysql://[user]:[pass]@[host]:[port]/[database] --account-pass=[password] --account-mail=[email]
* Go to http://local.drupal

0 comments on commit ab7d813

Please sign in to comment.