From 4f0b28ebb8bd58bd5d245996b047a4b874044ae1 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Sat, 2 Apr 2022 10:01:24 +0200 Subject: [PATCH] docs: Update README.md (#50) --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f4e8e23..d9b2a69 100644 --- a/README.md +++ b/README.md @@ -68,15 +68,7 @@ npm run develop The **Config Sync** plugin should now appear in the **Settings** section of your Strapi app. -To start tracking your config changes you have to make the first export. This will dump all your configuration data to the `/config/sync` directory. To export, run: - -```bash -# using yarn -yarn config-sync export - -# using npm -npm run config-sync export -``` +To start tracking your config changes you have to make the first export. This will dump all your configuration data to the `/config/sync` directory. You can export either through [the CLI](#-command-line-interface-cli) or [Strapi admin panel](#%EF%B8%8F-admin-panel-gui) Enjoy 🎉 @@ -191,7 +183,7 @@ npm run cs diff ``` ## 🖥️ Admin panel (GUI) -This plugin ships with a settings page which can be accessed from the admin panel of Strapi. On this page you can pretty much do the same as you can from the CLI. You can import, export and see the difference between the config as found in the sync directory, and the config as found in the database. +This plugin ships with a React app which can be accessed from the settings page in Strapi admin panel. On this page you can pretty much do the same as you can from the CLI. You can import, export and see the difference between the config as found in the sync directory, and the config as found in the database. **Pro tip:** By clicking on one of the items in the diff table you can see the exact difference between sync dir and database in a git-style diff viewer.