From 7e5ce56beef61679828f5edaa15aca428829fbc4 Mon Sep 17 00:00:00 2001 From: Alexander Mohr Date: Fri, 1 Aug 2025 23:27:14 +0200 Subject: [PATCH] readme fix typos --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5c5659..d857c97 100644 --- a/README.md +++ b/README.md @@ -97,11 +97,10 @@ sudo ldconfig #### Installing Worf Worf is not yet available on crates.io, so it has to be build from scratch. -Fortunately this is easy. - +Before building, make sure you have the rust toolchain (at least 1.88) installed. This is described here https://rustup.rs/ -Then the following commands +Then run the following commands to clone & build the application ```bash git clone https://github.com/alexmohr/worf cd worf