From 55496e5fef6069c1d6c11df52e766dd0b0e550b0 Mon Sep 17 00:00:00 2001 From: Francois van der Ven Date: Mon, 21 Feb 2022 17:20:13 +0100 Subject: [PATCH] chore: Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7621fc4..4fd43fe 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,22 @@ This is where this plugin comes in. Add a base [Mutagen](https://mutagen.io) con 2. Lando (obviously :)) ## Installation -Add the plugin in `~/.lando/plugins`. Lando will now load it automatically on any `lando` CLI command. +Add the plugin in `~/.lando/plugins`. Your directory will look like this: +``` + ~/.lando/plugins/lando-mutagen: +-rw-r--r--@ 1 user group 193 Feb 21 17:07 BaseError.js +-rw-r--r--@ 1 user group 455 Feb 21 17:07 Logger.js +-rw-r--r--@ 1 user group 2338 Feb 21 17:07 Mutagen.js +-rw-r--r--@ 1 user group 3766 Feb 21 17:07 MutagenConfigManipulator.js +-rw-r--r--@ 1 user group 2465 Feb 21 17:07 app.js +-rw-r--r--@ 1 user group 193 Feb 21 17:07 index.js +drwxr-xr-x@ 6 user group 192 Feb 21 17:07 node_modules +-rw-r--r--@ 1 user group 1277 Feb 21 17:07 package.json +-rw-r--r--@ 1 user group 96577 Feb 21 17:07 yarn.lock +``` + +Lando will now load the plugin automatically on any `lando` CLI command. You can verify this by running `lando info -v` and searching for the line +`DEBUG ==> plugin lando-mutagen loaded from /Users/user/.lando/plugins/lando-mutagen/index.js` ## Usage 1. Have an existing Lando project containing a `.lando.yml` file @@ -48,4 +63,4 @@ Add the plugin in `~/.lando/plugins`. Lando will now load it automatically on an ### Setup 1. yarn install -2. lefthook install \ No newline at end of file +2. lefthook install