Merge pull request #94 from timrabl/patch-1

Update configuration.mdx
This commit is contained in:
Matt Love 2020-12-16 10:01:39 -07:00 committed by GitHub
commit 43c7266c0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,10 +23,10 @@ $ hyperglass build-ui
✅ Completed UI build in production mode
```
Or with the `--build-ui` CLI flag on startup:
Or with the `--build` CLI flag on startup:
```shell-session
$ hyperglass start --build-ui
$ hyperglass start --build
```
The UI build will run automatically any time the hyperglass configuration or version changes.