diff options
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 |