diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ``` |
index : peach | ||
barebones weather service - peach.ricketyspace.net | siddharth |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | README.md | 7 |
@@ -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 ``` |