Skip to content

Commit

Permalink
docs: fix typo in command
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Dec 10, 2024
1 parent 699334f commit 3c0187b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 3c0187b

Please sign in to comment.