Skip to content

Commit

Permalink
mirror: Update URL of repository in README.md
Browse files Browse the repository at this point in the history
Explicitly write the URL of the repository in the "git clone" command
provided in the README.md, to make it easier to copy-paste the command.

Signed-off-by: Quentin Monnet <[email protected]>
  • Loading branch information
qmonnet committed Jan 19, 2022
1 parent fb462e4 commit bc09d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This repository uses libbpf as a submodule. You can initialize it when cloning
bpftool:

```console
$ git clone --recurse-submodules <bpftool repository URL>
$ git clone --recurse-submodules https://github.com/libbpf/bpftool.git
```

Alternatively, if you have already cloned the repository, you can initialize
Expand Down

0 comments on commit bc09d39

Please sign in to comment.