diff --git a/README.md b/README.md index 318c4e9..1e0fb0b 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,14 @@ - More soon™ ## How to install - 1. Download the latest `index.js` from the [GitHub releases page](https://github.com/maltejur/directus-extension-generate-types/releases). 2. Put this `index.js` file into `/extensions/modules/generate-types/index.js` 3. Go into the `Project Settings` of your directus project (`/admin/settings/project`) and enable the `Generate Types` module at the bottom of the page. +### Extra steps if using Directus version >= 11 +2. Put the `index.js` file instead into `/extensions/generate-types/dist` +3. Copy and paste the https://github.com/maltejur/directus-extension-generate-types/blob/master/package.json file into `/extensions/generate-types` + ## Contribute Since I don't know all of the typing systems out there, I would greatly appreciate if you