From d040ef7b07f5d4249e01bacddbbbd6ce7ea2bfbf Mon Sep 17 00:00:00 2001 From: dasman Date: Thu, 13 Jun 2024 13:39:35 +0300 Subject: [PATCH] remove tag v0.4.1 from main README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2204b239e..397f107c8 100644 --- a/README.md +++ b/README.md @@ -77,12 +77,12 @@ and install dependencies accordingly. In case it does not find your package manager, please consider adding support for it into the script and sending a patch. -To build the necessary binaries, we can just clone the repo, checkout -to the latest tag, and use the provided Makefile to build the project: +To build the necessary binaries, we can just clone the repo, and use +the provided Makefile to build the project: ```shell % git clone https://github.com/darkrenaissance/darkfi -% cd darkfi && git checkout v0.4.1 +% cd darkfi % make ```