Updated readme.

This commit is contained in:
Mike Cao 2020-09-03 08:56:51 -07:00
parent 0aa6cc939a
commit 719f3cfdbc
1 changed files with 10 additions and 0 deletions

View File

@ -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