From 0264a0290f18b4e1aff8c2a9a01d931658170a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E5=BE=AE?= <1067852565@qq.com> Date: Fri, 24 Mar 2023 20:14:20 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index db0d688..509ab61 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ Welcome to the **`libbpf-starter-template`**! This project template is designed developing eBPF projects using libbpf in C. The template provides a solid starting point with a Makefile, Dockerfile, and GitHub action, along with all necessary dependencies to simplify your development process. +借助于 GitHub 模板和 Github Codespace,可以轻松构建 eBPF 项目和开发环境,一键在线编译运行 eBPF 程序。关于中文的文档和详细的 eBPF 开发教程,可以参考:https://github.com/eunomia-bpf/bpf-developer-tutorial + +There are other templates for other languages: + +- : eBPF project template based on the C language and the libbpf framework. +- : eBPF project template based on the Go language and the cilium/ebpf framework. +- : eBPF project template based on the Rust language and the libbpf-rs framework. +- : eBPF project template based on the C language and the eunomia-bpf framework. + ## **Getting Started** To get started, simply click the "Use this template" button on the GitHub repository page. This will create