diff --git a/README.md b/README.md index d2aa8aa..b47dc71 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ Adding incidents to your status page is as simple as adding a new document to th Create a new incident using Hugo with a command like this: ``` -hugo -s site new -k incidents incidents/oh-no-something-went-wrong.md +cd site +hugo new incidents/oh-no-something-went-wrong.md ``` Hugo will create a new Markdown file for you with title and date based on the file name and a few predefined settings in the header. To learn more about the different severities and report, you can see more detailed examples in `site/archetypes/incidents.md`.