Merge pull request #57 from mortenpi/patch-1
Clarify necessary Git options in docs
This commit is contained in:
commit
403ef201d5
@ -17,7 +17,7 @@ pkg> add PkgTemplates
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
The simplest template requires no arguments.
|
Assuming you have the relatively standard Git options `user.name`, `user.email` and `github.user` set up globally with `git config --global`, the simplest template requires no arguments:
|
||||||
|
|
||||||
```julia
|
```julia
|
||||||
julia> using PkgTemplates
|
julia> using PkgTemplates
|
||||||
|
@ -28,7 +28,7 @@ Pkg.activate(mktempdir())
|
|||||||
Pkg.add(PackageSpec(path=dirname(dirname(pwd()))))
|
Pkg.add(PackageSpec(path=dirname(dirname(pwd()))))
|
||||||
```
|
```
|
||||||
|
|
||||||
The simplest template requires no arguments.
|
Assuming you have the relatively standard Git options `user.name`, `user.email` and `github.user` set up globally with `git config --global`, the simplest template requires no arguments:
|
||||||
|
|
||||||
|
|
||||||
```@repl usage
|
```@repl usage
|
||||||
|
Loading…
Reference in New Issue
Block a user