Skip to content

Commit

Permalink
Update command to run workwebui in README.md (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohymg authored and shdunning committed Mar 29, 2017
1 parent 07b4e32 commit 943ef6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ go install github.com/gocraft/work/cmd/workwebui

Then, you can run it:
```bash
workwebui -redis=":6379" -ns="work" -listen=":5040"
workwebui -redis="redis:6379" -ns="work" -listen=":5040"
```

Navigate to ```http://localhost:5040/```.
Expand Down

0 comments on commit 943ef6a

Please sign in to comment.