docs: Update readme
parent
b0f709695b
commit
c7559082c3
|
@ -24,10 +24,9 @@
|
|||
- **CLI** (`config-sync` CLI for syncing the config from the command line)
|
||||
- **GUI** (Settings page for syncing the config in Strapi admin)
|
||||
- **Partial sync** (Import or export only specific portions of config)
|
||||
- **Exclude configs** (Exclude specific config that contains sensitive info)
|
||||
|
||||
## ⏳ Setup
|
||||
|
||||
### Installation
|
||||
## ⏳ Installation
|
||||
|
||||
Install the plugin in your Strapi project.
|
||||
|
||||
|
@ -39,8 +38,6 @@ yarn add strapi-plugin-config-sync
|
|||
npm install strapi-plugin-config-sync --save
|
||||
```
|
||||
|
||||
### Configuration
|
||||
|
||||
Add the export path to the `watchIgnoreFiles` list in the `config/admin.js` file.
|
||||
This way your app won't reload when you export the config in development.
|
||||
|
||||
|
@ -54,8 +51,6 @@ This way your app won't reload when you export the config in development.
|
|||
],
|
||||
|
||||
|
||||
### Rebuilding
|
||||
|
||||
After successful installation you have to rebuild the admin UI so it'll include this plugin. To rebuild and restart Strapi run:
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue