Fix the command in ui.md

Tested by running the command locally.
pull/6/head
Yu-Ju Hong 2015-02-19 11:37:03 -08:00
parent 053dd7834e
commit 1e0a2ebdb5
1 changed files with 1 additions and 1 deletions

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)