From 3c0187bb21750d27959b2932ee668e32770ecee0 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:44:21 -0600 Subject: [PATCH] docs: fix typo in command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 170b51cfc..25b14f373 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ After you clone the repository locally, there are several configuration steps re ##### CMS -- Create `server/conf/cms/` settings and secrets files e.g. `touch src/components/settings_{custom,local}.py && touch src/components/secrets.py`. +- Create `server/conf/cms/` settings and secrets files e.g. `touch server/conf/cms/settings_{custom,local}.py && touch server/conf/cms/secrets.py`. To populate or customize the CMS, read [Customize a CMS](./docs/customize-cms.md).