docs: Update readme

pull/28/head
Boaz Poolman 2021-11-21 21:44:30 +01:00
parent b0f709695b
commit c7559082c3
1 changed files with 2 additions and 7 deletions

View File

@ -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