From 719f3cfdbc9a5b38523affc6d866670122873539 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Thu, 3 Sep 2020 08:56:51 -0700 Subject: [PATCH] Updated readme. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b01915b0..1400005b 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,16 @@ To build the umami container and start up a Postgres database, run: docker-compose up ``` +### Getting updates + +To get the latest features, simply do a pull, install any new dependencies, and rebuild: + +``` +git pull +npm install +npm run build +``` + ## License MIT \ No newline at end of file