From 7d8ede85c7e87fe9f37803fb138de4e7d5320588 Mon Sep 17 00:00:00 2001 From: asolana <110843012+ksolana@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:30:06 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e37a739b..b10733ce 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,15 @@ Here are the steps to follow to run an eBPF program with rbpf: 7. Execute your program: Either run the interpreter or call the JIT-compiled function. +## Developer + +### Dependencies +- rustc version 1.72 or higher + +### Build and test instructions +- To build run `cargo build` +- To test run `cargo test` + ## License Following the effort of the Rust language project itself in order to ease