README: mention lfs

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2018-03-20 18:56:20 +09:00
parent b9808eb70c
commit deb25711da

View file

@ -17,6 +17,14 @@ got rootless containers into upstream! Woohoo!
Check out the original thread on the Check out the original thread on the
[mailing list](https://groups.google.com/a/opencontainers.org/forum/#!topic/dev/yutVaSLcqWI). [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 ### Building
You will need `libapparmor-dev` and `libseccomp-dev`. You will need `libapparmor-dev` and `libseccomp-dev`.