Skip to content

Commit

Permalink
Docs: email now called to
Browse files Browse the repository at this point in the history
  • Loading branch information
Gum-Joe committed Aug 5, 2024
1 parent 806ef76 commit 696311c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion email/mailmerge-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
2. Run `npm run build` in this folder (`email/mailmerge-cli`)
3. Run `npm link` in this folder - this adds `docsoc-mailmerge` to your path
4. In a blank directory somewhere (known as the "mailmerge workspace"), create these folders & files:
1. `./data/names.csv` - CSV file with at the minimum `email` & `subject` columns
1. `./data/names.csv` - CSV file with at the minimum `to` & `subject` columns
2. `./templates/template.md.njk` - nunjucks markdown template for your emails (see `/email/workspace/templates/tempkate.md.njk` for an example, where `/` is the repo root)
3. `./templates/wrapper.html.njk`, a HTML wrapper for the email (use the contents of `/email/workspace/templates/wrapper.html.njk`)
5. Run `docsoc-mailmerge generate nunjucks --help` and read the help text
Expand Down

0 comments on commit 696311c

Please sign in to comment.