summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
```