From 90df0210137713c16359b5b92daa91dc40a03b87 Mon Sep 17 00:00:00 2001 From: Nirmoy Das Date: Tue, 14 May 2019 15:30:21 +0200 Subject: [PATCH] README: rename to README.md file rename needed so that github detect it as md file to show build status Signed-off-by: Nirmoy Das --- README => README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename README => README.md (95%) diff --git a/README b/README.md similarity index 95% rename from README rename to README.md index 8df946b..82effe2 100644 --- a/README +++ b/README.md @@ -17,7 +17,7 @@ Other header files at this repo (include/linux/*.h) are reduced versions of their counterpart files at bpf-next/tools/include/linux/*.h to make compilation successful. -Build +Build [![Build Status](https://travis-ci.org/libbpf/libbpf.svg?branch=master)](https://travis-ci.org/libbpf/libbpf) ===== libelf is an internal dependency of libbpf and thus it is required to link against and must be installed on the system for applications to work. @@ -61,4 +61,3 @@ To install headers, libs and pkgconfig cd build ninja install -[![Build Status](https://travis-ci.org/libbpf/libbpf.svg?branch=master)](https://travis-ci.org/libbpf/libbpf)