Skip to content

Commit

Permalink
πŸ“ docs: update README of new installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
david-vaclavek committed Mar 12, 2024
1 parent 2b584e8 commit 1d0aa85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ npm install @localazy/strapi-plugin@latest && npx @localazy/strapi-plugin

Note: Localazy plugin requires an updated Webpack configuration of your Strapi project. Follow the instructions in the console output during the installation process. Steps are also available in the [Install plugin via NPM](https://localazy.com/docs/strapi/strapi-plugin-introduction-installation#install-plugin-via-npm) section of the Localazy Docs.

Due to the changes in Strapi core code it's also necessary to add an environment variable to your Strapi project. Add the following line to your `.env` file (value is empty):

```
STRAPI_ADMIN_LOCALAZY_ENV=
```

## Configuration

Additional configuration object may be provided in the `plugins.js` file. The following options are available:
Expand Down

0 comments on commit 1d0aa85

Please sign in to comment.