mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-22 09:13:37 +01:00
Updated readme.
This commit is contained in:
parent
0aa6cc939a
commit
719f3cfdbc
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…
Reference in New Issue
Block a user