Skip to content

Commit

Permalink
Update README.md (#300)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

add some introductions to the development environment

* Update README.md

Optimized the introduction document
  • Loading branch information
yuanrui77 authored May 31, 2024
1 parent b191280 commit b4e37a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/aot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ You will get a native ELF file named `do_count.o`.
You can link it with your program and execute it:

```sh
cd example
cd bpftime/tools/aot/example
clang -O2 main.c do_count.o -o malloc
```

Expand Down

0 comments on commit b4e37a2

Please sign in to comment.