From e7ea766dda85867abf8d27fd935cadab7e2c892f Mon Sep 17 00:00:00 2001 From: Zoe Moore Date: Sun, 16 Oct 2022 00:42:46 -0700 Subject: [PATCH] Added makefile updated readme --- Makefile | 6 ++++++ README.md | 15 +++++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a0e18bd --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +make: + nim -d:ssl -d:release c toolbox.nim + +install: + cp toolbox /usr/local/bin/ + cp toolbox.desktop /usr/share/applications/ diff --git a/README.md b/README.md index ffd8cc8..bd75032 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,21 @@ Pinephone app that can do a bunch of stuff +## Running and Installing + +Can be run for testing with `nim -d:ssl r toolbox.nim`. + +To install properly run `make` and `doas make install` + ## Current functions * Static AC transit predictions +* BART predictions +* Static metars ## Future functions -* Fold in bart predictions -* METAR weather +* dynamic Metar and TAF - do the TZ conversions * Dynamic AC transit predictions (select route & stop, get time) -* TODO -* MUNI times +* MUNI nextbus +* home assistant