From 08b35d38ab5f1d16a1b02c36f4fea8d6f9be417a 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:13:53 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 642a78a..44d5a03 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ Also, this is a minimal libbpf-rs project, you can read the code to understand h 借助于 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