[libmoosex-has-sugar-perl] 10/120: make code snippets better

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 27 21:35:05 UTC 2014


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

intrigeri pushed a commit to annotated tag 0.05070422-source
in repository libmoosex-has-sugar-perl.

commit 2c6465e77389edef410c552b30e127c63867ac20
Author: Kent Fredric <kentfredric at 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/libmoosex-has-sugar-perl.git



More information about the Pkg-perl-cvs-commits mailing list