mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +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
|
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
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
Loading…
Add table
Add a link
Reference in a new issue