diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-04 21:43:01 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-04 21:43:01 -0400 |
commit | 311885aa95364a8d3a25aae6cbe5cda349eaafd1 (patch) | |
tree | 25b08e3ce85c4de7a00a6c45126a7dda41355cde /README.md | |
parent | e86b563f54647c89c67208fc15fc888f073f16a5 (diff) |
README.md: update building
Diffstat (limited to 'README.md')
-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 ``` |