summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-04 21:43:01 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-04 21:43:01 -0400
commit311885aa95364a8d3a25aae6cbe5cda349eaafd1 (patch)
tree25b08e3ce85c4de7a00a6c45126a7dda41355cde
parente86b563f54647c89c67208fc15fc888f073f16a5 (diff)
README.md: update building
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5e27c61..a4fd336 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,13 @@ A weather site.
## building
+### build requirements
+
+ - make
+ - go version 16 or higher
+
+To build the peach binary, just do:
+
```bash
make
```