From 9c59e10ef90d2b9aec40e7a23830efa3d8635142 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sat, 4 Jun 2022 21:37:45 -0400 Subject: README.md: add about building and running --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 6007928..d5165c5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ # peach A weather site. + +## building + +```bash +make +``` + +## running + +``` +peach [ -p PORT ] +``` + +If the port is not given, it defaults to `8151`. + +### environment variables + +- `PEACH_PHOTON_URL`: Photon api url. Set this if geocoding should be + enabled. -- cgit v1.2.3