diff options
author | Christoph Kluenter <ckluente@thoughtworks.com> | 2014-11-20 18:08:06 +0000 |
---|---|---|
committer | Christoph Kluenter <ckluente@thoughtworks.com> | 2014-11-20 18:08:06 +0000 |
commit | 42719d84a304bbb4536dd69f7e1327e99535e2f1 (patch) | |
tree | 3f8822a483539a7ac89419821a32a076e6a34d79 /provisioning | |
parent | d935b7f0af4f7906090c6637fd36126bee0934f0 (diff) |
change readme for hacknight
Diffstat (limited to 'provisioning')
-rw-r--r-- | provisioning/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/provisioning/README.md b/provisioning/README.md index 46acbf0b..ec75f787 100644 --- a/provisioning/README.md +++ b/provisioning/README.md @@ -14,6 +14,7 @@ Activate virtualenv and run Pixelated server ```sh $ cd /vagrant/service $ source .virtualenv/bin/activate +$ pixelated-user-agent --register example.wazokazi.is <your username> $ pixelated-user-agent --host 0.0.0.0 ``` |