Skip to content

Commit

Permalink
Merge d71d0e2 into 238bfc1
Browse files Browse the repository at this point in the history
  • Loading branch information
scls19fr authored Feb 5, 2021
2 parents 238bfc1 + d71d0e2 commit b64bbad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ using PkgTemplates
t = Template()
```

The no-keywords constructor assumes the existence of some preexisting Git configuration (set with `git config --global`):
The no-keywords constructor assumes the existence of some preexisting Git configuration (show configuration using `git config --list` and set with `git config --global`):

- `user.name`: Your real name, e.g. John Smith.
- `user.email`: Your email address, eg. [email protected].
Expand All @@ -40,6 +40,7 @@ t("MyPkg")
However, it's probably desirable to customize the template to your liking with various options and plugins:

```jl
using PkgTemplates
t = Template(;
dir="~/code",
plugins=[
Expand Down

0 comments on commit b64bbad

Please sign in to comment.