diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-27 10:34:06 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-27 10:34:06 +0200 |
commit | aabc1a4fef1e42f13435d88739f32c65fa0b64a8 (patch) | |
tree | 7487bebde84e1298ce8ff33ba66bbc85a800d282 /man | |
parent | d30148e3fed6910ce7e19a1ff7482b5fbd9da7b8 (diff) |
caretaker-setup(7): Fixed prompt in the example shell log
Diffstat (limited to 'man')
-rw-r--r-- | man/7/caretaker-setup.pod | 12 |
1 files changed, 6 insertions, 6 deletions
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 |