diff --git a/README.md b/README.md index f541694..094d1cb 100644 --- a/README.md +++ b/README.md @@ -84,12 +84,9 @@ OK ``` ## Build :hammer: -Make sure you have Rust installed: https://www.rust-lang.org/tools/install - -Then, build as usual: -``` -cargo build --release -``` +* Install Rust (https://www.rust-lang.org/tools/install) +* Install `clang` library +* Build a release via `cargo build --release` ## Run :running_man: ### Linux