diff --git a/docs/dev/dependencies.md b/docs/dev/dependencies.md index ec3aa1d2..e5b5f51d 100644 --- a/docs/dev/dependencies.md +++ b/docs/dev/dependencies.md @@ -18,5 +18,6 @@ The installed libs needs to be: - Added to the `package.json` - Added in the `scripts/vendorsjs.sh` script -- Loaded in the HTML templates. +- Made available with `make vendors` +- Added in the HTML templates (if you need them)