diff options
Diffstat (limited to 'provisioning/README.md')
-rw-r--r-- | provisioning/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/provisioning/README.md b/provisioning/README.md index 46acbf0b..d29b3380 100644 --- a/provisioning/README.md +++ b/provisioning/README.md @@ -10,7 +10,7 @@ $ vagrant up ``` # Running the server -Activate virtualenv and run Pixelated server +Activate virtualenv and run Pixelated server: ```sh $ cd /vagrant/service $ source .virtualenv/bin/activate @@ -19,4 +19,4 @@ $ pixelated-user-agent --host 0.0.0.0 After this you will be asked to setup a LEAP provider. Once entering valid LEAP credentials, you should have the server running. -You should now be able to access the web app by typing localhost:3333 on any browser running on your host machine. +You should now be able to access the web app by accessing http://localhost:3333 in your favourite browser on your host machine. |