You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,17 @@ npm run build
66
66
npm run develop
67
67
```
68
68
69
-
The **Config Sync** plugin should appear in the **Plugins** section of Strapi sidebar after you run app again.
69
+
The **Config Sync** plugin should now appear in the **Settings** section of your Strapi app.
70
+
71
+
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:
72
+
73
+
```bash
74
+
# using yarn
75
+
yarn config-sync export
76
+
77
+
# using npm
78
+
npm run config-sync export
79
+
```
70
80
71
81
Enjoy 🎉
72
82
@@ -76,7 +86,7 @@ Complete installation requirements are the exact same as for Strapi itself and c
0 commit comments