Skip to content

Commit

Permalink
[#39] Inserts git-lfs instruction on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
navarrothiago committed Oct 18, 2021
1 parent e2483c5 commit 58c9098
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ Test

## First Steps

First of all, make sure you have installed [git-lfs](https://git-lfs.github.com/). The LFS repository is used to store the `bpftool` binary.

After dowloaded and installed it, clone this repository:

```
git clone https://github.com/navarrothiago/upf-bpf.git
```

The project use a docker container to build the UPF library. The command below will provision the docker image with all the project dependencies.

```
Expand Down

0 comments on commit 58c9098

Please sign in to comment.