diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-07 16:50:09 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-07 16:50:09 +0100 |
commit | f146cee3f205a4fc6a2fd1c530ffcd634884942c (patch) | |
tree | 66a5c404e556c92fcd61d661a0e3ac2c6f976978 | |
parent | a25dc638eae1a78ec60ec291c5f83c68c1cdbd0d (diff) |
caretaker-setup(7): Mention how to get pkglist from a bare repo
-rw-r--r-- | man/7/caretaker-setup.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/7/caretaker-setup.pod b/man/7/caretaker-setup.pod index 1ce71b8..394dd3f 100644 --- a/man/7/caretaker-setup.pod +++ b/man/7/caretaker-setup.pod @@ -15,6 +15,8 @@ Now you can add your own packages as git repos in PKG_ROOT. To use caretaker with your packages on a machine, download and execute the bootstrap script (examples/bootstrap). +On the package root, you can get it from the bare caretaker repository with +C<< git cat-file blob master:examples/pkglist >> =head1 CREATING A PACKAGE |