From: Dickson S. Guedes Date: Wed, 12 Oct 2011 18:00:43 +0000 (-0300) Subject: fixing git url on README, ref #17 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=eb2af742a0b483b4587ed1c591a06740652885ae;p=pgxn-utils.git fixing git url on README, ref #17 --- diff --git a/README.md b/README.md index 2aaa9bb..df911d0 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ It is all about tasks. Let's see them: create my_cool_extension/test/sql/base.sql You can start creating an extension with or without version control. By default `pgxn-utils` -supports (git)[http://git-scm.org] but it will not create a repository unless you use `--git` +supports [git](http://git-scm.org) but it will not create a repository unless you use `--git` option in the skeleton task. $ pgxn-utils skeleton my_cool_versioned_extension --git diff --git a/Rakefile b/Rakefile index d1501c4..f373afd 100644 --- a/Rakefile +++ b/Rakefile @@ -58,7 +58,7 @@ It is all about tasks. Let's see them: #{format_cmd_output("skeleton my_cool_extension -p /tmp")} You can start creating an extension with or without version control. By default `pgxn-utils` -supports (git)[http://git-scm.org] but it will not create a repository unless you use `--git` +supports [git](http://git-scm.org) but it will not create a repository unless you use `--git` option in the skeleton task. $ pgxn-utils skeleton my_cool_versioned_extension --git