mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-25 03:26:50 +00:00
488 B
Executable File
488 B
Executable File
layout, title, description, release_date, sidebar, comments, sharing, footer
layout | title | description | release_date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Updating HADashboard | Updating HADashboard | 2016-11-13 15:00:00 -0500 | true | false | true | true |
To update the dashboard after new code has been released, just run the following command to update your copy:
$ git pull origin
For some releases you may also need to rerun the bundle command:
$ bundle
For docker users, you will also need to rerun the docker build process.