An open API service indexing awesome lists of open source software.

https://github.com/chi-teck/multi-drush


https://github.com/chi-teck/multi-drush

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# MultiDrush

A simple way to run multiple Drush versions on the same server.

## Installation
Download the [drush.phar](https://github.com/Chi-teck/multi-drush/releases/download/1.1.0/drush.phar) file. Rename the file to _drush_. Make it executable and move it to any folder that is in your PATH.

```bash
wget https://github.com/Chi-teck/multi-drush/releases/download/1.1.0/drush.phar
chmod +x drush.phar
sudo mv drush.phar /usr/local/bin/drush
```

## Links

Core conversation: https://www.drupal.org/node/2874827