diff --git a/docs/src/index.md b/docs/src/index.md index 16484dd..7384b85 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -28,7 +28,7 @@ Pkg.activate(mktempdir()) Pkg.add(PackageSpec(path=dirname(dirname(pwd())))) ``` -The simplest template requires no arguments. +The simplest template, assuming that you have set up the `github.user` Git option globally with `git config`, requires no arguments. ```@repl usage