[libdist-zilla-role-bootstrap-perl] 08/19: make code snippets better
Axel Beckert
abe at deuxchevaux.org
Sat Aug 8 11:58:23 UTC 2015
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 <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/libdist-zilla-role-bootstrap-perl.git
More information about the Pkg-perl-cvs-commits
mailing list