From e184033417602367952388846f461e9668ba897a Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:11:53 +0100 Subject: [PATCH] docs: README.md installation details Added small detail about requiring `make` and `cmake`, I'm not sure if there are any additional requirements, but these are the two that I have had to install. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12349b6e..ef348f28 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This program is written in Rust and powered by [tokio](https://github.com/tokio- # Installation -This program is built on stable Rust. +This program is built on stable Rust, with both `make` and `cmake` prerequisites to install via cargo. cargo install oha