From 4a2f3cb9ffcbabb5f1682540636aae02d5d8480c Mon Sep 17 00:00:00 2001 From: Denis Carriere Date: Wed, 19 Jun 2024 14:42:21 +0200 Subject: [PATCH] update build instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45ca411..9283065 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,10 @@ The `eosio.reward` contract is designed to distribute a linear amount of rewards To compile the contract, developers can use the following command: ```sh -cdt-cpp eosio.reward.cpp -I ./include -I ./external +gh repo clone eosnetworkfoundation/eosio.reward +cd eosio.reward +git checkout v1.0.0-rc1 +./build.sh ``` ### Testing Framework