Clarify Usage section in docs

This commit is contained in:
Morten Piibeleht 2019-02-14 16:07:32 +13:00 committed by GitHub
parent 1025691088
commit c491e7a4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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