From deb25711dad8e423254d3d1802fcf9a0768a410f Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 20 Mar 2018 18:56:20 +0900 Subject: [PATCH] README: mention lfs Signed-off-by: Akihiro Suda --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 64fe89b..c3caa1e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ got rootless containers into upstream! Woohoo! Check out the original thread on the [mailing list](https://groups.google.com/a/opencontainers.org/forum/#!topic/dev/yutVaSLcqWI). +### Checking out this repo + +You need to install [`git-lfs`](https://github.com/git-lfs/git-lfs/wiki/Installation). + +```console +$ git lfs clone git@github.com:genuinetools/binctr.git +``` + ### Building You will need `libapparmor-dev` and `libseccomp-dev`.