Minor updates

This commit is contained in:
Fabian Affolter 2017-06-26 18:39:20 +02:00
parent 14d2c3ce93
commit 76dd3fdff5
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
4 changed files with 18 additions and 23 deletions

View file

@ -16,10 +16,10 @@ To update the dashboard after new code has been released, just run the following
$ git pull origin
```
For some releases you may also need to rerun the bundle command:
For some releases you may also need to rerun the `bundle` command:
``` bash
$ bundle
```
For docker users, you will also need to rerun the docker build process.
For Docker users, you will also need to rerun the Docker build process.