diff --git a/README.md b/README.md index 89da40452..5fe8f101c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,24 @@ Design document: = 1.17. + +To build: + +```sh +git clone https://github.com/celestiaorg/optimint.git +cd optimint +go build -v ./... +``` + +To test: + +```sh +go test ./... +``` + ## Contributing We welcome your contributions! Everyone is welcome to contribute, whether it's in the form of code,