diff --git a/README.md b/README.md index 689dc3d..104cef6 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,18 @@ This is a work in progress and is currently under heavy development dingo screenshot +## Development / Building + +This requires Go 1.22 or better is installed. You also need `make`. + +```bash +# Build +make +# Run +./dingo +``` + +You can also run the code without building a binary, first +```bash +go run ./cmd/dingo/ +```