Skip to content

Commit

Permalink
update the comments alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bboyleonp666 committed Nov 22, 2024
1 parent 62e7715 commit a9acb9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/book/start/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ the rust toolchain if you are running **on a linux x86_64 system** with:
```console
cargo install bpf-linker
```
> On Debian based distributions, you need to install the `llvm-19-dev`, `libclang-19-dev` and `libpolly-19-dev` packages (suppose you are using LLVM 19).

> On Debian based distributions, you need to install the `llvm-19-dev`, `libclang-19-dev` and `libpolly-19-dev` packages (suppose LLVM 19 is used).
If you are running **macos, or linux on any other architecture**, you need to
install the newest stable version of LLVM first (for example, with
Expand Down

0 comments on commit a9acb9e

Please sign in to comment.