diff --git a/README.md b/README.md index 84dbd8524e16a01c07b1fdf1cf556c74a7f0e926..edf503abecd958030d941630101749e423972f7c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # DrupalSpoons This composer plugin prepares your Drupal project for CI and/or local tests. + +## Usage + +```shell script +curl -s https://gitlab.lakedrops.com/composer/plugin/drupal-spoons/-/raw/master/bin/setup | bash +``` diff --git a/bin/prepareLocally.sh b/bin/setup similarity index 100% rename from bin/prepareLocally.sh rename to bin/setup