diff --git a/README.md b/README.md index f1e840a..d16e53c 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,19 @@ __NOTE__: This miner is still a work in progress and may not be functional We're looking for people to join this project and help get it off the ground. Discussion is on Discord at https://discord.gg/5fPRZnX4qW + +# Development / Building + +This requires Go 1.19 or better is installed. You also need `make`. + +```bash +# Build +make +# Run +./bluefin +``` + +You can also run the code without building a binary, first +```bash +go run . +```