This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag 0.2.1-source
in repository libdist-zilla-role-bootstrap-perl.

commit 2c6465e77389edef410c552b30e127c63867ac20
Author: Kent Fredric <kentfred...@gmail.com>
Date:   Tue Sep 10 15:57:07 2013 +1200

    make code snippets better
---
 README.mkdn | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.mkdn b/README.mkdn
index a1a378e..68ea110 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -16,21 +16,21 @@ First, check out a copy of these scripts, it can be a 
temporary directory,
 and you'll only need to do this once.
 
 ```shell
-  > mkdir /tmp/tci-scripts
-  > cd    /tmp/tci-scripts
-  > git   clone https://github.com/kentfredric/travis-scripts.git
+$ mkdir /tmp/tci-scripts
+$ cd    /tmp/tci-scripts
+$ git   clone https://github.com/kentfredric/travis-scripts.git
 ```
 
 Then, chdir to the root of your project
 
 ```shell
-  > chdir $PROJECT
+$ chdir $PROJECT
 ```
 
 And lastly, execute the installer
 
 ```shell
-  > /tmp/tci-scripts/sync_tree.pl
+$ /tmp/tci-scripts/sync_tree.pl
 ```
 
 This will create the folder called `maint` within your distribution,
@@ -39,7 +39,7 @@ with a tree installed by `git subtree`, which will track this 
distribution.
 To update your copy of `/maint` to the latest, simply execute
 
 ```shell
-  > $PROJECT/maint/sync_tree.pl
+$ $PROJECT/maint/sync_tree.pl
 ```
 
 While somewhere in your project.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to