mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Updated readme.
This commit is contained in:
parent
0aa6cc939a
commit
719f3cfdbc
1 changed files with 10 additions and 0 deletions
10
README.md
10
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue