From a9b5e5dfb8d2154b8daf9fe1ec063108ed88a02f Mon Sep 17 00:00:00 2001
From: Ferran Borreguero <ferranbt@protonmail.com>
Date: Wed, 13 Oct 2021 12:01:35 +0200
Subject: [PATCH] Update README

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 9e64b4d71..4f035d011 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,12 @@ or, to build the full suite of utilities:
 make bor-all
 ```
 
+Build the beta client:
+
+```shell
+go build -o bor-beta command/*.go
+```
+
 ## License
 
 The go-ethereum library (i.e. all code outside of the `cmd` directory) is licensed under the
-- 
GitLab