From 77d8e9782351e46ae801b2721c22968a91ff7eb4 Mon Sep 17 00:00:00 2001 From: Kim De Mey Date: Wed, 13 Dec 2023 13:58:58 +0100 Subject: [PATCH] Update README.md to clarify nimbus update (#1943) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 315b51ac4..e5c606c77 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,9 @@ build/nimbus --help build/nimbus # Update to latest version -git pull -make -j4 update +git pull && make update +# Build the newly downloaded version +make -j4 nimbus # Run tests make test