From c7559082c3e91cbf951cd829b646b982c5d98ae2 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Sun, 21 Nov 2021 21:44:30 +0100 Subject: [PATCH] docs: Update readme --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6764387..38a9e2b 100644 --- a/README.md +++ b/README.md @@ -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. @@ -38,8 +37,6 @@ yarn add strapi-plugin-config-sync # using npm 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