Skip to content

Commit

Permalink
πŸ“ docs: update README installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
david-vaclavek committed Oct 11, 2023
1 parent f1d992c commit 18648d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Quick Installation

```
npx @localazy/strapi-plugin
npm install @localazy/strapi-plugin@latest && npx @localazy/strapi-plugin
```

## The Official Strapi Localization Plugin by Localazy
Expand All @@ -22,7 +22,7 @@ The plugin is available on [NPM](https://www.npmjs.com/package/@localazy/strapi-
You can also follow the installation commands located in your Strapi project Marketplace or [Strapi Marketplace > Localazy](https://market.strapi.io/plugins/@localazy-strapi-plugin) itself. This is the recommended approach.

```
npx @localazy/strapi-plugin
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.
Expand Down

0 comments on commit 18648d8

Please sign in to comment.