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