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