Skip to content

Commit

Permalink
update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Jun 19, 2024
1 parent b650fa8 commit 4a2f3cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a2f3cb

Please sign in to comment.