Fix the command in ui.md

Tested by running the command locally.
This commit is contained in:
Yu-Ju Hong 2015-02-19 11:37:03 -08:00
parent 053dd7834e
commit 1e0a2ebdb5

View File

@ -7,7 +7,7 @@ Kubernetes currently supports a simple web user interface.
Start the server:
```sh
cluster/kubectl.sh proxy -www=$PWD/www
cluster/kubectl.sh proxy --www=$PWD/www
```
The UI should now be running on [localhost](http://localhost:8001/static/index.html#/groups//selector)