From c491e7a4dd884ae28a3cc7a1f1b010f8aa67f9c3 Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Thu, 14 Feb 2019 16:07:32 +1300 Subject: [PATCH] Clarify Usage section in docs --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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