From aabc1a4fef1e42f13435d88739f32c65fa0b64a8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 27 Sep 2009 10:34:06 +0200 Subject: caretaker-setup(7): Fixed prompt in the example shell log --- man/7/caretaker-setup.pod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man') diff --git a/man/7/caretaker-setup.pod b/man/7/caretaker-setup.pod index 98affeb..00196d1 100644 --- a/man/7/caretaker-setup.pod +++ b/man/7/caretaker-setup.pod @@ -25,13 +25,13 @@ this in the package root itself, since it's recommended to have bare git repos t client ~ > cd /tmp client /tmp > mkdir vim; cd vim - /client tmp/vim > git init + client /tmp/vim > git init Initialized empty Git repository in /tmp/vim/.git/ - /client tmp/vim > mkdir etc - /client tmp/vim > cp $your_fancy_vimrc etc/vimrc - /client tmp/vim > echo 'soft .vimrc $etc/vimrc' > links - /client tmp/vim > git add . - /client tmp/vim > git commit -m 'initial commit. Now with extra cake' + client /tmp/vim > mkdir etc + client /tmp/vim > cp $your_fancy_vimrc etc/vimrc + client /tmp/vim > echo 'soft .vimrc $etc/vimrc' > links + client /tmp/vim > git add . + client /tmp/vim > git commit -m 'initial commit. Now with extra cake' [master (root-commit) 4359548] initial commit. Now with extra cake 2 files changed, 51 insertions(+), 0 deletions(-) create mode 100644 etc/vimrc -- cgit v1.2.3