Merge pull request #5 from AkihiroSuda/readme-lfs

README: mention lfs
This commit is contained in:
Jess Frazelle 2018-03-20 10:30:54 -04:00 committed by GitHub
commit aaf9cd2487

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`.